Uses of Class
dev.cel.runtime.CelRuntime.CelFunctionBinding
-
Packages that use CelRuntime.CelFunctionBinding Package Description dev.cel.bundle dev.cel.runtime -
-
Uses of CelRuntime.CelFunctionBinding in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type CelRuntime.CelFunctionBinding Modifier and Type Method Description CelBuilderCelBuilder. addFunctionBindings(CelRuntime.CelFunctionBinding... bindings)Add one or moreCelRuntime.CelFunctionBindingobjects to the CEL runtime.Method parameters in dev.cel.bundle with type arguments of type CelRuntime.CelFunctionBinding Modifier and Type Method Description CelBuilderCelBuilder. addFunctionBindings(java.lang.Iterable<CelRuntime.CelFunctionBinding> bindings)Bind a collection ofCelRuntime.CelFunctionBindingobjects to the runtime. -
Uses of CelRuntime.CelFunctionBinding in dev.cel.runtime
Methods in dev.cel.runtime that return CelRuntime.CelFunctionBinding 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.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.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.Methods in dev.cel.runtime with parameters of type CelRuntime.CelFunctionBinding Modifier and Type Method Description CelRuntimeBuilderCelRuntimeBuilder. addFunctionBindings(CelRuntime.CelFunctionBinding... bindings)Add one or moreCelRuntime.CelFunctionBindingobjects to the CEL runtime.CelRuntimeBuilderCelRuntimeLegacyImpl.Builder. addFunctionBindings(CelRuntime.CelFunctionBinding... bindings)Method parameters in dev.cel.runtime with type arguments of type CelRuntime.CelFunctionBinding Modifier and Type Method Description CelRuntimeBuilderCelRuntimeBuilder. addFunctionBindings(java.lang.Iterable<CelRuntime.CelFunctionBinding> bindings)Bind a collection ofCelRuntime.CelFunctionBindingobjects to the runtime.CelRuntimeBuilderCelRuntimeLegacyImpl.Builder. addFunctionBindings(java.lang.Iterable<CelRuntime.CelFunctionBinding> bindings)
-