| Interface | Description |
|---|---|
| TByteFunction |
Interface for functions that accept and return one byte primitive.
|
| TCharFunction |
Interface for functions that accept and return one char primitive.
|
| TDoubleFunction |
Interface for functions that accept and return one double primitive.
|
| TFloatFunction |
Interface for functions that accept and return one float primitive.
|
| TIntFunction |
Interface for functions that accept and return one int primitive.
|
| TLongFunction |
Interface for functions that accept and return one long primitive.
|
| TObjectFunction<T,R> |
Interface for functions that accept and return one Object reference.
|
| TShortFunction |
Interface for functions that accept and return one short primitive.
|