Package dev.cel.runtime.standard
Class LogicalNotOperator
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.LogicalNotOperator
-
public final class LogicalNotOperator extends CelStandardFunction
Standard function for the logical not (!=) operator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogicalNotOperator.LogicalNotOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogicalNotOperatorcreate()static LogicalNotOperatorcreate(LogicalNotOperator.LogicalNotOverload... overloads)static LogicalNotOperatorcreate(java.lang.Iterable<LogicalNotOperator.LogicalNotOverload> overloads)-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static LogicalNotOperator create()
-
create
public static LogicalNotOperator create(LogicalNotOperator.LogicalNotOverload... overloads)
-
create
public static LogicalNotOperator create(java.lang.Iterable<LogicalNotOperator.LogicalNotOverload> overloads)
-
-