Class ScriptedBiFunction<T,​U,​V>

  • Type Parameters:
    T - first input type
    U - second input type
    V - return type
    All Implemented Interfaces:
    BiFunction<T,​U,​V>

    public class ScriptedBiFunction<T,​U,​V>
    extends AbstractScriptEvaluator
    implements BiFunction<T,​U,​V>
    A BiFunction which calls out to a supplied script.
    Since:
    8.2.0