Uses of Interface
dev.cel.runtime.Registrar.UnaryFunction
-
Packages that use Registrar.UnaryFunction Package Description dev.cel.runtime -
-
Uses of Registrar.UnaryFunction in dev.cel.runtime
Methods in dev.cel.runtime with parameters of type Registrar.UnaryFunction Modifier and Type Method Description <T> voidDefaultDispatcher. add(java.lang.String overloadId, java.lang.Class<T> argType, Registrar.UnaryFunction<T> function)<T> voidRegistrar. add(java.lang.String overloadId, java.lang.Class<T> argType, Registrar.UnaryFunction<T> function)Adds a unary function to the dispatcher.
-