either library
Classes
Extensions
-
EitherApply
on Either<
E, U Function(T)> - Extension on Either Functions for applying them.
-
EitherIterableUtils
on Iterable<
Either< A, B> > - Utils for extracting Either values from an Iterable
-
MaybeToEither
on Maybe<
T>