Package io.appform.hope.core.operators
Class GreaterEquals
- java.lang.Object
-
- io.appform.hope.core.TreeNode
-
- io.appform.hope.core.Evaluatable
-
- io.appform.hope.core.BinaryOperator<NumericValue>
-
- io.appform.hope.core.operators.GreaterEquals
-
public class GreaterEquals extends BinaryOperator<NumericValue>
Checks if lhsNumericValueis greater than or equal to rhsNumericValue
-
-
Field Summary
-
Fields inherited from class io.appform.hope.core.BinaryOperator
lhs, rhs
-
-
Constructor Summary
Constructors Constructor Description GreaterEquals(NumericValue lhs, NumericValue rhs)
-
-
-
Constructor Detail
-
GreaterEquals
public GreaterEquals(NumericValue lhs, NumericValue rhs)
-
-