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