Class LongBinaryOperator
Listener for Java LongBinaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/LongBinaryOperator.html. Extends JVMBridgeListener
public class LongBinaryOperator : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, ILongBinaryOperator, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
LongBinaryOperator
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
LongBinaryOperator()
Initialize a new instance of LongBinaryOperator
public LongBinaryOperator()
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
OnApplyAsLong
The Func<T1, T2, TResult> to be executed
public virtual Func<long, long, long> OnApplyAsLong { get; set; }
Property Value
Methods
ApplyAsLong(long, long)
Executes the LongBinaryOperator action in the CLR
public virtual long ApplyAsLong(long o1, long o2)
Parameters
Returns
- long
The apply result