Package Torello.Java.Function
Interface ToCharIntTFunc<T>
-
- Type Parameters:
T
- The type of the second (last) input-parameter.
- 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 ToCharIntTFunc<T>
Function-Pointer Input:int, T
Output:char
.
For a LAMBDA or method that accepts two primitive-inputs ('int'
and'char'
), and returns a'char'
.
Hi-Lited Source-Code:- View Here: Torello/Java/Function/ToCharIntTFunc.java
- Open New Browser-Tab: Torello/Java/Function/ToCharIntTFunc.java