Uses of Interface
dev.cel.runtime.Registrar
-
Packages that use Registrar Package Description dev.cel.runtime -
-
Uses of Registrar in dev.cel.runtime
Classes in dev.cel.runtime that implement Registrar Modifier and Type Class Description classDefaultDispatcherDefault implementation ofDispatcher.Methods in dev.cel.runtime with parameters of type Registrar Modifier and Type Method Description static voidStandardFunctions. add(Registrar registrar, DynamicProto dynamicProto, CelOptions celOptions)Adds CEL standard functions to the given registrar.static voidStandardFunctions. addNonInlined(Registrar registrar, CelOptions celOptions)Adds CEL standard functions to the given registrar, omitting those that can be inlined byFuturesInterpreter.static voidStandardFunctions. addNonInlined(Registrar registrar, RuntimeEquality runtimeEquality, CelOptions celOptions)Adds CEL standard functions to the given registrar, omitting those that can be inlined byFuturesInterpreter.
-