EitherApply<U, T, E> extension
- on
-
- Either<
E, U Function(T)>
- Either<
Methods
Operators
-
operator >>(
Either< E, T> arg) → Either<E, U> -
Available on Either<
Apply the argE, U Function(T)> , provided by the EitherApply extensionarg
tothis
Function only in case both the arg and Function are available.