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