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