Package dev.cel.runtime
Interface Registrar.Function
-
- All Superinterfaces:
CelFunctionOverload
- Enclosing interface:
- Registrar
@Immutable public static interface Registrar.Function extends CelFunctionOverload
Interface describing the general signature of all CEL custom function implementations.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface dev.cel.runtime.CelFunctionOverload
CelFunctionOverload.Binary<T1,T2>, CelFunctionOverload.Unary<T>
-
-
Method Summary
-
Methods inherited from interface dev.cel.runtime.CelFunctionOverload
apply
-
-