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