Uses of Interface
io.atlassian.fugue.extensions.functions.Function4
Packages that use Function4
-
Uses of Function4 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Function4Modifier and TypeMethodDescriptionApply the provided function with the previous Step results.<E> OptionalStep5<A, B, C, D, E> Apply the provided function with the previous Step results.<E> OptionStep5<A, B, C, D, E> OptionStep4.then(Function4<? super A, ? super B, ? super C, ? super D, ? extends Option<? extends E>> functor) 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