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