Interface IDoubleFunction<TReturn>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/DoubleFunction.html. Extends IJVMBridgeBase
public interface IDoubleFunction<TReturn> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TReturn
The return data type associated to the event
- Inherited Members
Methods
Apply(double)
Executes the DoubleFunction action in the CLR
TReturn Apply(double obj)
Parameters
obj
doubleThe DoubleFunction object
Returns
- TReturn
The apply
TReturn