Interface IToIntFunction<T>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ToIntFunction.html. Extends IJVMBridgeBase
public interface IToIntFunction<T> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data type associated to the event
- Inherited Members
Methods
ApplyAsInt(T)
Executes the Function action in the CLR
int ApplyAsInt(T o)
Parameters
o
TThe ToIntFunction object
Returns
- int
The applyAsInt result