SimpleChannelIteratorItems
class SimpleChannelIteratorItems<out T>(channelIteratorFactory: (Items.PreprocessingProperties) -> ChannelIterator<T>) : BaseItems<T, SimpleChannelIteratorItems<T>> (source)
Items 的基础实现,通过一个构建 ChannelIterator 的函数实现 Items 约定的功能。
Author
ForteScarlet
Properties
Link copied to clipboard
根据预处理参数构建得到 Items.PreprocessingProperties 实例。
Link copied to clipboard
得到作为泛型类型 I 的实例。