MaybeIterableCatamorph<T> extension
Methods
-
cataMaybes(
) → Iterable< T> -
Available on Iterable<
Catamorph an iterable of Maybe<T>s into an iterable ofMaybe< , provided by the MaybeIterableCatamorph extensionT> >T
, keeping the Just values and discarding the None values.