Uses of Class
io.atlassian.fugue.extensions.step.TryStep3
Packages that use TryStep3
-
Uses of TryStep3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return TryStep3Modifier and TypeMethodDescriptionTryStep3.filter(Predicate3<? super A, ? super B, ? super C> predicate, Supplier<Exception> unsatisfiedSupplier) Apply the provided predicate with the previous step results.TryStep2.then(BiFunction<? super A, ? super B, Try<C>> functor) Apply the provided function with the previous Step results.Apply the provided supplier with the previous Step results.