Uses of Class
io.atlassian.fugue.extensions.step.TryStep6
Packages that use TryStep6
-
Uses of TryStep6 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return TryStep6Modifier and TypeMethodDescriptionTryStep6.filter(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> 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.