Uses of Class
io.atlassian.fugue.extensions.step.TryStep4
Packages that use TryStep4
-
Uses of TryStep4 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return TryStep4Modifier and TypeMethodDescriptionTryStep4.filter(Predicate4<? super A, ? super B, ? super C, ? super D> 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.