Interface IIntToDoubleFunction
Listener for Java IntToDoubleFunction https://docs.oracle.com/javase/8/docs/api/java/util/function/IntToDoubleFunction.html. Extends MASES.JCOBridge.C2JBridge.IJVMBridgeBase
public interface IIntToDoubleFunction : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
-
IJVMBridgeBase.MonitorEnter()IJVMBridgeBase.MonitorExit()IJVMBridgeBase.IsInstanceOf(IJavaType)IJVMBridgeBase.IsInstanceOf<T>()IJVMBridgeBase.RuntimeIsInstanceOf<T>()IJVMBridgeBase.CastTo<TNewClass>()IJVMBridgeBase.CastDirect<TNewClass>()IJVMBridgeBase.DynBridgeInstanceIJVMBridgeBase.BridgeInstanceIJVMBridgeDefinition.BridgeClassNameIJVMBridgeDefinition.IsBridgeInterfaceIJVMBridgeDefinition.IsBridgeAbstractIJVMBridgeDefinition.IsBridgeStaticIJVMBridgeDefinition.IsBridgeCloseableIJVMBridgeDefinition.IsBridgeListener
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