Uses of Interface
io.atlassian.fugue.extensions.functions.Function6
Packages that use Function6
-
Uses of Function6 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step with parameters of type Function6Modifier and TypeMethodDescriptionTerminating step expression, that will provide the previous steps to this function and return the result as aRight<Z> Optional<Z> OptionalStep6.yield(Function6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, Z> functor) 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