Uses of Interface
dev.cel.runtime.CelFunctionOverload.Binary
-
Packages that use CelFunctionOverload.Binary Package Description dev.cel.runtime -
-
Uses of CelFunctionOverload.Binary in dev.cel.runtime
Methods in dev.cel.runtime with parameters of type CelFunctionOverload.Binary Modifier and Type Method Description static <T1,T2>
CelRuntime.CelFunctionBindingCelRuntime.CelFunctionBinding. from(java.lang.String overloadId, java.lang.Class<T1> arg1, java.lang.Class<T2> arg2, CelFunctionOverload.Binary<T1,T2> impl)Create a binary function binding from theoverloadId,arg1,arg2, andimpl.
-