SimpleChannelIteratorItems
class SimpleChannelIteratorItems<out T>(channelIteratorFactory: (Items.PreprocessingProperties) -> ChannelIterator<T>) : BaseItems<T, SimpleChannelIteratorItems<T>>
Items 的基础实现,通过一个构建 ChannelIterator 的函数实现 Items 约定的功能。
Author
ForteScarlet
Constructors
Link copied to clipboard
fun <out T> SimpleChannelIteratorItems(channelIteratorFactory: (Items.PreprocessingProperties) -> ChannelIterator<T>)
Functions
Link copied to clipboard
将当前元素序列转化为 Sequence.
Link copied to clipboard
异步地收集当前序列中的元素。
Link copied to clipboard
异步的将内容元素收集到 collector 中。
Link copied to clipboard
阻塞的收集当前序列中的元素到列表中。
Link copied to clipboard
异步收集当前序列中的元素到列表中。