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