接口 ICollatable<T>

类型参数:
T - Often referred to as the "produced" type
所有已知实现类:
DescriptiveRegistryEntryFactory, RegistryEntryFactory

public interface ICollatable<T>
Specifies that this class can be collated in to a different type after method chaining. This is particularly used for Factory classes or classes that involve their construction through with method chaining.
  • 方法概要

    修饰符和类型
    方法
    说明
    Output a different type
  • 方法详细资料

    • collate

      T collate()
      Output a different type
      返回:
      The produced object