EitherStep2<A,B,LEFT> |
EitherStep2.filter(java.util.function.BiPredicate<? super A,? super B> predicate,
java.util.function.Supplier<? extends LEFT> unsatisfiedSupplier) |
Apply the provided predicate with the previous step results.
|
<B,LL extends LEFT> EitherStep2<A,B,LEFT> |
EitherStep1.then(java.util.function.Function<? super A,Either<LL,B>> functor) |
Apply the provided function with the previous Step results.
|
<B,LL extends LEFT> EitherStep2<A,B,LEFT> |
EitherStep1.then(java.util.function.Supplier<Either<LL,B>> supplier) |
Apply the provided supplier with the previous Step results.
|