接口 ICollatable<T>
- 类型参数:
T
- Often referred to as the "produced" type
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.-
方法概要
-
方法详细资料
-
collate
T collate()Output a different type- 返回:
- The produced object
-