Interface ILongUnaryOperator
Listener for Java LongUnaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/LongUnaryOperator.html. Extends IJVMBridgeBase
public interface ILongUnaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
-
IJVMBridgeBase.CastToAndDetach<TNewClass>()IJVMBridgeBase.CastDirectAndDetach<TNewClass>()
- Extension Methods
Methods
ApplyAsLong(long)
Executes the LongUnaryOperator action in the CLR
long ApplyAsLong(long o)
Parameters
olongThe input of LongUnaryOperator
Returns
- long
The applyAsLong result