Class ScriptedBiFunction<T,U,V>

java.lang.Object
net.shibboleth.shared.scripting.AbstractScriptEvaluator
net.shibboleth.shared.logic.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