Package dev.cel.runtime.standard
Class IndexOperator
- java.lang.Object
-
- dev.cel.runtime.standard.CelStandardFunction
-
- dev.cel.runtime.standard.IndexOperator
-
public final class IndexOperator extends CelStandardFunction
Standard function for the indexing (list[0] or map['foo']) operator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexOperator.IndexOverloadOverloads for the standard function.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IndexOperatorcreate()static IndexOperatorcreate(IndexOperator.IndexOverload... overloads)static IndexOperatorcreate(java.lang.Iterable<IndexOperator.IndexOverload> overloads)-
Methods inherited from class dev.cel.runtime.standard.CelStandardFunction
newFunctionBindings
-
-
-
-
Method Detail
-
create
public static IndexOperator create()
-
create
public static IndexOperator create(IndexOperator.IndexOverload... overloads)
-
create
public static IndexOperator create(java.lang.Iterable<IndexOperator.IndexOverload> overloads)
-
-