namespace CollectFun
A function used in collect
methods to collect values from a collection. This is basically a single-pass map and filter.
Companion type: CollectFun<T,R>
Constants
Name | Description |
---|---|
Skip | Indicates, when returned from a collect function, to skip the value. |