EitherStep6<A,B,C,D,E,F,LEFT> |
EitherStep6.filter(Predicate6<? super A,? super B,? super C,? super D,? super E,? super F> predicate,
java.util.function.Supplier<? extends LEFT> unsatisfiedSupplier) |
Apply the provided predicate with the previous step results.
|
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.
|
OptionStep6<A,B,C,D,E,F> |
OptionStep6.filter(Predicate6<? super A,? super B,? super C,? super D,? super E,? super F> predicate) |
Apply the provided predicate with the previous step results.
|
TryStep6<A,B,C,D,E,F> |
TryStep6.filter(Predicate6<? super A,? super B,? super C,? super D,? super E,? super F> predicate,
java.util.function.Supplier<java.lang.Exception> unsatisfiedSupplier) |
Apply the provided predicate with the previous step results.
|
OptionStep6<A,B,C,D,E,F> |
OptionStep6.filterNot(Predicate6<? super A,? super B,? super C,? super D,? super E,? super F> predicate) |
Apply the provided predicate with the previous step results.
|