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