Uses of Class
io.atlassian.fugue.extensions.step.TryStep2
Packages that use TryStep2
-
Uses of TryStep2 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return TryStep2Modifier and TypeMethodDescriptionTryStep2.filter(BiPredicate<? super A, ? super B> 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.