T
- tye of the result of this function@FunctionalInterface
public interface IntFunction3<T>
Modifier and Type | Method and Description |
---|---|
T |
applyAsInt(int value1,
int value2,
int value3)
Apply this function to the given 3 arguments.
|
T applyAsInt(int value1, int value2, int value3)
value1
- first argumentvalue2
- second argumentvalue3
- third argument