Interface ILongBinaryOperator
Listener for Java LongBinaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/LongBinaryOperator.html. Extends IJVMBridgeBase
public interface ILongBinaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
  - Inherited Members
 
Methods
ApplyAsLong(long, long)
Executes the LongBinaryOperator action in the CLR
long ApplyAsLong(long o1, long o2)
  Parameters
Returns
- long
 The apply result