| Package | Description |
|---|---|
| org.mule.commons.atlantic.lambda.consumer | |
| org.mule.commons.atlantic.lambda.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtlanticConsumer<PARAM,NEXT extends AtlanticLambda,F extends AtlanticFunction>
Interface that identifies a Functional Interface as a consumer that receives one or more parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BiFunction<A,B,RESULT>
Represents a function that accepts two arguments and produces a result.
|
interface |
DecaFunction<A,B,C,D,E,F,G,H,I,J,RESULT>
Represents a function that accepts ten arguments and produces a result.
|
interface |
Function<A,RESULT>
Represents a function that accepts one argument and produces a result.
|
interface |
HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RESULT>
Represents a function that accepts eleven arguments and produces a result.
|
interface |
HeptaFunction<A,B,C,D,E,F,G,RESULT>
Represents a function that accepts seven arguments and produces a result.
|
interface |
HexaFunction<A,B,C,D,E,F,RESULT>
Represents a function that accepts six arguments and produces a result.
|
interface |
NonaFunction<A,B,C,D,E,F,G,H,I,RESULT>
Represents a function that accepts nine arguments and produces a result.
|
interface |
OctaFunction<A,B,C,D,E,F,G,H,RESULT>
Represents a function that accepts eight arguments and produces a result.
|
interface |
PentaFunction<A,B,C,D,E,RESULT>
Represents a function that accepts five arguments and produces a result.
|
interface |
TetraFunction<A,B,C,D,RESULT>
Represents a function that accepts four arguments and produces a result.
|
interface |
TriFunction<A,B,C,RESULT>
Represents a function that accepts three arguments and produces a result.
|
Copyright © 2019. All rights reserved.