Package ortus.boxlang.runtime.operators
Class BitwiseOr
java.lang.Object
ortus.boxlang.runtime.operators.BitwiseOr
- All Implemented Interfaces:
IOperator
Performs BitwiseOr
z = x b| y
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitwiseOr
public BitwiseOr()
-
-
Method Details
-
invoke
- Parameters:
left
- The left operandright
- The right operand- Returns:
- The result
-
invoke
Apply this operator to an object/key and set the new value back in the same object/key- Returns:
- The result
-