| Interface | Description |
|---|---|
| BiFunction<A,B,RETURN> |
Interface representing an operation with 2 parameters.
|
| DecaFunction<A,B,C,D,E,F,G,H,I,J,RETURN> |
Created by gaston on 14/08/17.
|
| Function<A,RETURN> |
Interface representing an operation with 1 parameters.
|
| HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RETURN> |
Created by gaston on 14/08/17.
|
| HeptaFunction<A,B,C,D,E,F,G,RETURN> |
Created by gaston on 14/08/17.
|
| HexaFunction<A,B,C,D,E,F,RETURN> |
Created by gaston on 14/08/17.
|
| NonaFunction<A,B,C,D,E,F,G,H,I,RETURN> |
Created by gaston on 14/08/17.
|
| OctaFunction<A,B,C,D,E,F,G,H,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.