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