Package io.higson.runtime.engine.core.function
package io.higson.runtime.engine.core.function
-
ClassDescriptionThe class represents functions from the so-called feature repository .
Each function in the repository has its unique name which is used to recognize and load its body.A contract that provides caching of a function object from a repository based on a unique name.Invoker is able to run function (from Java class, script, etc...) described byFunctionobject with given parameters and return its value (null if function is void).Repository of functions.No function with given name could be found in any registered repository.When using dynamic context without providing levelCreator function name.