Class ScriptedFunction<T,​U>

  • Type Parameters:
    T - input type
    U - output type
    All Implemented Interfaces:
    Function<T,​U>

    public class ScriptedFunction<T,​U>
    extends AbstractScriptEvaluator
    implements Function<T,​U>
    A Function which calls out to a supplied script.
    Since:
    7.4.0