EitherIterableUtils<A, B> extension
Methods
-
lefts(
) → Iterable< A> -
Available on Iterable<
Extract the Left valuesEither< , provided by the EitherIterableUtils extensionA, B> > -
partitionEithers(
) → List< List> -
Available on Iterable<
Partition into 2 Lists, the first containing Left the values and the second containing the Right values.Either< , provided by the EitherIterableUtils extensionA, B> > -
rights(
) → Iterable< B> -
Available on Iterable<
Extract the Right valuesEither< , provided by the EitherIterableUtils extensionA, B> >