Package io.appform.hope.core.operators
Class Not
- java.lang.Object
-
- io.appform.hope.core.TreeNode
-
- io.appform.hope.core.Evaluatable
-
- io.appform.hope.core.UnaryOperator<BooleanValue>
-
- io.appform.hope.core.operators.Not
-
public class Not extends UnaryOperator<BooleanValue>
Unary operator to invert aBooleanValue
-
-
Constructor Summary
Constructors Constructor Description Not(BooleanValue operand)
-
-
-
Constructor Detail
-
Not
public Not(BooleanValue operand)
-
-