Uses of Class
io.atlassian.fugue.extensions.step.TryStep5
Packages that use TryStep5
-
Uses of TryStep5 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return TryStep5Modifier and TypeMethodDescriptionTryStep5.filter(Predicate5<? super A, ? super B, ? super C, ? super D, ? super E> predicate, Supplier<Exception> 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.