Uses of Class
dev.cel.common.types.OpaqueType
-
Packages that use OpaqueType Package Description dev.cel.common.types dev.cel.common.values -
-
Uses of OpaqueType in dev.cel.common.types
Methods in dev.cel.common.types that return OpaqueType Modifier and Type Method Description static OpaqueTypeOpaqueType. create(java.lang.String typeName, com.google.common.collect.ImmutableList<CelType> parameters)static OpaqueTypeOpaqueType. create(java.lang.String typeName, CelType... parameters)static OpaqueTypeCelTypes. createFunctionType(CelType resultType, java.lang.Iterable<CelType> argumentTypes)Create an abstract type with an expected result type (first argument in the parameter) and the argument types. -
Uses of OpaqueType in dev.cel.common.values
Methods in dev.cel.common.values that return OpaqueType Modifier and Type Method Description abstract OpaqueTypeOpaqueValue. celType()
-