Uses of Record Class
com.google.mu.cel.CelExpr.KeyedBy
Packages that use CelExpr.KeyedBy
-
Uses of CelExpr.KeyedBy in com.google.mu.cel
Methods in com.google.mu.cel that return types with arguments of type CelExpr.KeyedByModifier and TypeMethodDescriptionCelExpr.MapOf.entries()Returns the value of theentriesrecord component.CelExpr.Struct.fields()Returns the value of thefieldsrecord component.Constructor parameters in com.google.mu.cel with type arguments of type CelExpr.KeyedByModifierConstructorDescriptionMapOf(List<CelExpr.KeyedBy<CelExpr>> entries, int sourceIndex) Creates an instance of aMapOfrecord class.Struct(String typeName, List<CelExpr.KeyedBy<CelExpr.Ident>> fields) Struct(String typeName, List<CelExpr.KeyedBy<CelExpr.Ident>> fields, int sourceIndex) Creates an instance of aStructrecord class.