OptionalStep6<A,B,C,D,E,F> |
OptionalStep6.filter(Predicate6<? super A,? super B,? super C,? super D,? super E,? super F> predicate) |
Apply the provided predicate with the previous step results.
|
<F> OptionalStep6<A,B,C,D,E,F> |
OptionalStep5.then(Function5<? super A,? super B,? super C,? super D,? super E,java.util.Optional<F>> functor) |
Apply the provided function with the previous Step results.
|
<F> OptionalStep6<A,B,C,D,E,F> |
OptionalStep5.then(java.util.function.Supplier<java.util.Optional<F>> supplier) |
Apply the provided supplier with the previous Step results.
|