Class DoubleToIntFunction
Listener for Java DoubleToIntFunction https://docs.oracle.com/javase/8/docs/api/java/util/function/DoubleToIntFunction.html. Extends JVMBridgeListener
public class DoubleToIntFunction : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IDoubleToIntFunction, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
DoubleToIntFunction
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DoubleToIntFunction()
Initialize a new instance of DoubleToIntFunction
public DoubleToIntFunction()
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
InitHandlers
Enable/disable handlers initialization, default is true
protected virtual bool InitHandlers { get; }
Property Value
OnApplyAsInt
The Func<T, TResult> to be executed
public virtual Func<double, int> OnApplyAsInt { get; set; }
Property Value
Methods
ApplyAsInt(double)
Executes the DoubleToIntFunction action in the CLR
public virtual int ApplyAsInt(double o)
Parameters
o
doubleThe input of
Returns
- int
The getAsBoolean result