Uses of Class
io.atlassian.fugue.extensions.step.EitherStep5
Packages that use EitherStep5
-
Uses of EitherStep5 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return EitherStep5Modifier and TypeMethodDescriptionEitherStep5.filter(Predicate5<? super A, ? super B, ? super C, ? super D, ? super E> 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.