Uses of Interface
io.atlassian.fugue.extensions.functions.Function6

Packages that use Function6
Package
Description
 
  • Uses of Function6 in io.atlassian.fugue.extensions.step

    Methods in io.atlassian.fugue.extensions.step with parameters of type Function6
    Modifier and Type
    Method
    Description
    <Z> Either<LEFT,Z>
    EitherStep6.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 a Right
    <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 a of
    <Z> Option<Z>
    OptionStep6.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 a some
    <Z> Try<Z>
    TryStep6.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 a Success