<Z> Either<LEFT,Z> |
EitherStep6.yield(Function6<? super A,? super B,? super C,? super D,? super E,? super F,Z> functor) |
Terminating step expression, that will provide the previous steps to this
function and return the result as a Right
|
<Z> java.util.Optional<Z> |
OptionalStep6.yield(Function6<? super A,? super B,? super C,? super D,? super E,? super F,Z> functor) |
Terminating step expression, that will provide the previous steps to this
function and return the result as a of
|
<Z> Option<Z> |
OptionStep6.yield(Function6<? super A,? super B,? super C,? super D,? super E,? super F,Z> functor) |
Terminating step expression, that will provide the previous steps to this
function and return the result as a some
|
<Z> Try<Z> |
TryStep6.yield(Function6<? super A,? super B,? super C,? super D,? super E,? super F,Z> functor) |
Terminating step expression, that will provide the previous steps to this
function and return the result as a Success
|