PreprocessingProperties
Items 中通过预处理函数所配置的预处理值。 如果值为 -1
则代表未配置。
Properties
Functions
Link copied to clipboard
fun <E> Items.PreprocessingProperties.effectedFlow(block: suspend FlowCollector<E>.() -> Unit): Flow<E>
构建一个flow,并将当前 Items.PreprocessingProperties 作用于最终的 Flow 中。
Link copied to clipboard
fun <E> Items.PreprocessingProperties.effectedSequence(block: suspend SequenceScope<E>.() -> Unit): Sequence<E>
构建一个sequence,并将当前 Items.PreprocessingProperties 作用于最终的 Sequence 中。
Link copied to clipboard
将 Items.PreprocessingProperties 作用于目标 Stream 中。
将 Items.PreprocessingProperties 作用于目标 Sequence 中。
将一个 Items.PreprocessingProperties 作用于目标 ChannelIterator 上。
将 Items.PreprocessingProperties 作用于目标 Flow 中。