Package dev.cel.runtime
Interface InternalCelFunctionBinding
-
- All Superinterfaces:
CelFunctionBinding
@Internal @Immutable public interface InternalCelFunctionBinding extends CelFunctionBinding
Internal interface to expose the function name associated with a binding.CEL Library Internals. Do Not Use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFunctionName()-
Methods inherited from interface dev.cel.runtime.CelFunctionBinding
getArgTypes, getDefinition, getOverloadId, isStrict
-
-