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