Uses of Interface
dev.cel.expr.UnknownSetOrBuilder
-
Packages that use UnknownSetOrBuilder Package Description dev.cel.expr -
-
Uses of UnknownSetOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement UnknownSetOrBuilder Modifier and Type Class Description classUnknownSetA set of expressions for which the value is unknown.static classUnknownSet.BuilderA set of expressions for which the value is unknown.Methods in dev.cel.expr that return UnknownSetOrBuilder Modifier and Type Method Description UnknownSetOrBuilderExprValue.Builder. getUnknownOrBuilder()The set of unknowns in the critical path of evaluation.UnknownSetOrBuilderExprValue. getUnknownOrBuilder()The set of unknowns in the critical path of evaluation.UnknownSetOrBuilderExprValueOrBuilder. getUnknownOrBuilder()The set of unknowns in the critical path of evaluation.
-