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