Class CelUnknownSet


  • public abstract class CelUnknownSet
    extends java.lang.Object
    Unknown set representation.

    An unknown set is the collection of unknowns that were encountered while evaluating a CEL expression and not pruned via logical operators.

    Note: dependant unknown values may not be included, so it's possible that re-evaluating the same expression with all the unknowns resolved will result in a different unknown set.