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