| Interface | Description |
|---|---|
| BiFunction<A,B,RETURN> |
Interface representing an operation with 2 parameters.
|
| Function<A,RETURN> |
Interface representing an operation with 1 parameters.
|
| HexaFunction<A,B,C,D,E,F,RETURN> |
Created by gaston on 14/08/17.
|
| PentaFunction<A,B,C,D,E,RETURN> |
Created by gaston on 14/08/17.
|
| TetraFunction<A,B,C,D,RETURN> | |
| TriFunction<A,B,C,RETURN> |
Interface representing an operation with 3 parameters.
|
Copyright © 2018. All rights reserved.