Interface ILongToIntFunction
Listener for Java LongToIntFunction https://docs.oracle.com/javase/8/docs/api/java/util/function/LongToIntFunction.html. Extends IJVMBridgeBase
public interface ILongToIntFunction : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
ApplyAsInt(long)
Executes the LongToIntFunction action in the CLR
int ApplyAsInt(long o)
Parameters
o
longThe input of LongToIntFunction
Returns
- int
The applyAsInt result