EitherApply<U, T, E> extension

Extension on Either Functions for applying them.

on

Methods

apply(Either<E, T> arg) Either<E, U>

Available on Either<E, U Function(T)>, provided by the EitherApply extension

Apply the arg arg to this Function only in case both the arg and Function are available.

Operators

operator >>(Either<E, T> arg) Either<E, U>

Available on Either<E, U Function(T)>, provided by the EitherApply extension

Apply the arg arg to this Function only in case both the arg and Function are available.