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