public class GreaterOrEqualOperator extends java.lang.Object implements BinaryOperator
| Modifier and Type | Field and Description |
|---|---|
static GreaterOrEqualOperator |
INSTANCE
Greater or equal operator singleton.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
apply(Value firstOperand,
Value secondOperand)
Applies this operator to the given operands.
|
public static final GreaterOrEqualOperator INSTANCE
public Value apply(Value firstOperand, Value secondOperand)
BinaryOperatorapply in interface BinaryOperatorfirstOperand - the first operand to apply this operator to.secondOperand - the second operand to apply this operator to.