Uses of Class
io.atlassian.fugue.extensions.step.EitherStep4
Packages that use EitherStep4
-
Uses of EitherStep4 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return EitherStep4Modifier and TypeMethodDescriptionEitherStep4.filter(Predicate4<? super A, ? super B, ? super C, ? super D> predicate, Supplier<? extends LEFT> unsatisfiedSupplier) Apply the provided predicate with the previous step results.Apply the provided function with the previous Step results.Apply the provided supplier with the previous Step results.