@FunctionalInterface public interface Function3<IN1,IN2,IN3,OUT>
Represents a function with three arguments.
| Modifier and Type | Method and Description |
|---|---|
OUT |
apply(IN1 arg1,
IN2 arg2,
IN3 arg3)
Applies the function to the provided arguments and returns the result.
|
Copyright © 2018–2019 Write Them First!. All rights reserved.