itemsBy

fun <T> itemsBy(factory: (Items.PreprocessingProperties) -> ChannelIterator<T>): Items<T>

提供构建 ChannelIterator 的函数来构建一个 Items.

需要自行处理 Items.PreprocessingProperties 所提供的预处理参数。