Uses of Interface
io.atlassian.fugue.extensions.functions.Predicate3
-
Packages that use Predicate3 Package Description io.atlassian.fugue.extensions.step -
-
Uses of Predicate3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Predicate3 Modifier and Type Method Description EitherStep3<A,B,C,LEFT>EitherStep3. filter(Predicate3<? super A,? super B,? super C> predicate, java.util.function.Supplier<? extends LEFT> unsatisfiedSupplier)Apply the provided predicate with the previous step results.OptionalStep3<A,B,C>OptionalStep3. filter(Predicate3<? super A,? super B,? super C> predicate)Apply the provided predicate with the previous step results.OptionStep3<A,B,C>OptionStep3. filter(Predicate3<? super A,? super B,? super C> predicate)Apply the provided predicate with the previous step results.TryStep3<A,B,C>TryStep3. filter(Predicate3<? super A,? super B,? super C> predicate, java.util.function.Supplier<java.lang.Exception> unsatisfiedSupplier)Apply the provided predicate with the previous step results.OptionStep3<A,B,C>OptionStep3. filterNot(Predicate3<? super A,? super B,? super C> predicate)Apply the provided predicate with the previous step results.
-