Uses of Class
dev.cel.runtime.CelUnknownSet
-
Packages that use CelUnknownSet Package Description dev.cel.runtime -
-
Uses of CelUnknownSet in dev.cel.runtime
Methods in dev.cel.runtime that return CelUnknownSet Modifier and Type Method Description static CelUnknownSetCelUnknownSet. create(com.google.common.collect.ImmutableSet<CelAttribute> attributes)static CelUnknownSetCelUnknownSet. create(CelAttribute attribute)CelUnknownSetCelUnknownSet. merge(CelUnknownSet rhs)static CelUnknownSetCelUnknownSet. union(CelUnknownSet lhs, CelUnknownSet rhs)Methods in dev.cel.runtime that return types with arguments of type CelUnknownSet Modifier and Type Method Description java.util.Optional<CelUnknownSet>CelAttributeResolver. maybePartialUnknown(CelAttribute attr)Returns an unknown set containing the attribute if it is determined as partially unknown.Methods in dev.cel.runtime with parameters of type CelUnknownSet Modifier and Type Method Description CelUnknownSetCelUnknownSet. merge(CelUnknownSet rhs)static CelUnknownSetCelUnknownSet. union(CelUnknownSet lhs, CelUnknownSet rhs)
-