Package dev.cel.runtime
Interface Registrar.UnaryFunction<T>
-
- All Superinterfaces:
CelFunctionOverload.Unary<T>
- Enclosing interface:
- Registrar
@Immutable public static interface Registrar.UnaryFunction<T> extends CelFunctionOverload.Unary<T>
Helper interface for describing unary functions where the type-parameter is used to improve compile-time correctness of function bindings.
-
-
Method Summary
-
Methods inherited from interface dev.cel.runtime.CelFunctionOverload.Unary
apply
-
-