EitherStep5<A,B,C,D,E,LEFT> |
EitherStep5.filter(Predicate5<? super A,? super B,? super C,? super D,? super E> predicate,
java.util.function.Supplier<? extends LEFT> unsatisfiedSupplier) |
Apply the provided predicate with the previous step results.
|
OptionalStep5<A,B,C,D,E> |
OptionalStep5.filter(Predicate5<? super A,? super B,? super C,? super D,? super E> predicate) |
Apply the provided predicate with the previous step results.
|
OptionStep5<A,B,C,D,E> |
OptionStep5.filter(Predicate5<? super A,? super B,? super C,? super D,? super E> predicate) |
Apply the provided predicate with the previous step results.
|
TryStep5<A,B,C,D,E> |
TryStep5.filter(Predicate5<? super A,? super B,? super C,? super D,? super E> predicate,
java.util.function.Supplier<java.lang.Exception> unsatisfiedSupplier) |
Apply the provided predicate with the previous step results.
|
OptionStep5<A,B,C,D,E> |
OptionStep5.filterNot(Predicate5<? super A,? super B,? super C,? super D,? super E> predicate) |
Apply the provided predicate with the previous step results.
|