Package Torello.Java.Function
Interface IntIntTFunc<T,R>
-
- Type Parameters:
T
- The type of the third (last) input-parameter.R
- The type of the function-output.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IntIntTFunc<T,R>
Function-Pointer Input:int, int, T
Output:R
.
Utilized inStrCSV
Hi-Lited Source-Code:- View Here: Torello/Java/Function/IntIntTFunc.java
- Open New Browser-Tab: Torello/Java/Function/IntIntTFunc.java