Package io.appform.hope.core.operators
Class Or
- java.lang.Object
-
- io.appform.hope.core.TreeNode
-
- io.appform.hope.core.Evaluatable
-
- io.appform.hope.core.BinaryOperator<BooleanValue>
-
- io.appform.hope.core.operators.Or
-
public class Or extends BinaryOperator<BooleanValue>
Does OR of twoBooleanValues.
-
-
Field Summary
-
Fields inherited from class io.appform.hope.core.BinaryOperator
lhs, rhs
-
-
Constructor Summary
Constructors Constructor Description Or(BooleanValue lhs, BooleanValue rhs)
-
-
-
Constructor Detail
-
Or
public Or(BooleanValue lhs, BooleanValue rhs)
-
-