Uses of Record Class
com.google.mu.cel.CelExpr.Select
Packages that use CelExpr.Select
-
Uses of CelExpr.Select in com.google.mu.cel
Methods in com.google.mu.cel that return CelExpr.SelectModifier and TypeMethodDescriptionCelExpr.Macro.Has.member()Returns the value of thememberrecord component.default CelExpr.SelectCelExpr.select(CelExpr.Ident field) expr.select(field)is equivalent toCelExpr.of("expr.field").CelExpr.Select.withSourceIndex(int index) Constructors in com.google.mu.cel with parameters of type CelExpr.SelectModifierConstructorDescriptionHas(CelExpr.Select member) Has(CelExpr.Select member, int sourceIndex) Creates an instance of aHasrecord class.