Uses of Interface
dev.cel.expr.UnknownSetOrBuilder
Packages that use UnknownSetOrBuilder
-
Uses of UnknownSetOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement UnknownSetOrBuilderModifier and TypeClassDescriptionfinal classA set of expressions for which the value is unknown.static final classA set of expressions for which the value is unknown.Methods in dev.cel.expr that return UnknownSetOrBuilderModifier and TypeMethodDescriptionExprValue.Builder.getUnknownOrBuilder()The set of unknowns in the critical path of evaluation.ExprValue.getUnknownOrBuilder()The set of unknowns in the critical path of evaluation.ExprValueOrBuilder.getUnknownOrBuilder()The set of unknowns in the critical path of evaluation. -
Uses of UnknownSetOrBuilder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return UnknownSetOrBuilderModifier and TypeMethodDescriptionSimpleTest.Builder.getUnknownOrBuilder()Matches unknown evaluation results.SimpleTest.getUnknownOrBuilder()Matches unknown evaluation results.SimpleTestOrBuilder.getUnknownOrBuilder()Matches unknown evaluation results.TestOutput.Builder.getUnknownOrBuilder()An unknown evaluation result.TestOutput.getUnknownOrBuilder()An unknown evaluation result.TestOutputOrBuilder.getUnknownOrBuilder()An unknown evaluation result.UnknownSetMatcher.Builder.getUnknownsOrBuilder(int index) Success if we match any of these sets.UnknownSetMatcher.getUnknownsOrBuilder(int index) Success if we match any of these sets.UnknownSetMatcherOrBuilder.getUnknownsOrBuilder(int index) Success if we match any of these sets.Methods in dev.cel.expr.conformance.test that return types with arguments of type UnknownSetOrBuilderModifier and TypeMethodDescriptionList<? extends UnknownSetOrBuilder>UnknownSetMatcher.Builder.getUnknownsOrBuilderList()Success if we match any of these sets.List<? extends UnknownSetOrBuilder>UnknownSetMatcher.getUnknownsOrBuilderList()Success if we match any of these sets.List<? extends UnknownSetOrBuilder>UnknownSetMatcherOrBuilder.getUnknownsOrBuilderList()Success if we match any of these sets.