public interface Function4<IN1,IN2,IN3,IN4,OUT>
| Modifier and Type | Method and Description |
|---|---|
OUT |
eval(IN1 input1,
IN2 input2,
IN3 input3,
IN4 input4)
Evaluates a
Function using the given inputs. |
OUT eval(IN1 input1, IN2 input2, IN3 input3, IN4 input4)
Function using the given inputs.input1 - An input value of type IN1.input2 - An input value of type IN2.input3 - An input value of type IN3.input4 - An input value of type IN4.OUT.