Package dev.cel.runtime
Interface Registrar.BinaryFunction<T1,T2>
-
- All Superinterfaces:
CelFunctionOverload.Binary<T1,T2>
- Enclosing interface:
- Registrar
@Immutable public static interface Registrar.BinaryFunction<T1,T2> extends CelFunctionOverload.Binary<T1,T2>
Helper interface for describing binary functions where the type parameters are used to improve compile-time correctness of function bindings.
-
-
Method Summary
-
Methods inherited from interface dev.cel.runtime.CelFunctionOverload.Binary
apply
-
-