Interface Int4ToIntFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionintapplyAsInt(int i1, int i2, int i3, int i4) Applies this function to the given argument.
-
Method Details
-
applyAsInt
int applyAsInt(int i1, int i2, int i3, int i4) Applies this function to the given argument.- Parameters:
i1- i1i2- i2i3- i3i4- i4- Returns:
- value
-