OptionalCollectionsOps<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
flatMap<
R> (R? f(T)) → Iterable< R> -
Available on Iterable<
flatMap map elements of an iterable into iterable of optional, then collect non-null values into iterable.T> , provided by the OptionalCollectionsOps extension