Uses of Interface
io.atlassian.fugue.extensions.functions.Function3
Packages that use Function3
-
Uses of Function3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Function3Modifier and TypeMethodDescriptionApply the provided function with the previous Step results.<D> OptionalStep4<A, B, C, D> Apply the provided function with the previous Step results.<D> OptionStep4<A, B, C, D> Apply the provided function with the previous Step results.Apply the provided function with the previous Step results.Terminating step expression, that will provide the previous steps to this function and return the result as aRight<Z> Optional<Z> Terminating step expression, that will provide the previous steps to this function and return the result as aof<Z> Option<Z> Terminating step expression, that will provide the previous steps to this function and return the result as asome<Z> Try<Z> Terminating step expression, that will provide the previous steps to this function and return the result as aSuccess