Uses of Interface
io.atlassian.fugue.extensions.functions.Predicate3
Packages that use Predicate3
-
Uses of Predicate3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Predicate3Modifier and TypeMethodDescriptionEitherStep3<A, B, C, LEFT> EitherStep3.filter(Predicate3<? super A, ? super B, ? super C> predicate, 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.filter(Predicate3<? super A, ? super B, ? super C> predicate, Supplier<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.