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