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