Interface IToLongFunction<T>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ToLongFunction.html. Extends MASES.JCOBridge.C2JBridge.IJVMBridgeBase
public interface IToLongFunction<T> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data type associated to the event
- 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(T)
Executes the Function action in the CLR
long ApplyAsLong(T o)
Parameters
o
TThe ToLongFunction object
Returns
- long
The applyAsLong result