Package dev.cel.runtime.standard
Class NotStrictlyFalseFunction
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.NotStrictlyFalseFunction
-
public final class NotStrictlyFalseFunction extends CelStandardFunction
Standard function for@not_strictly_false. This is an internal function used within comprehensions to coerce the result into true if an evaluation yields an error or an unknown set.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotStrictlyFalseFunction.NotStrictlyFalseOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NotStrictlyFalseFunctioncreate()-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static NotStrictlyFalseFunction create()
-
-