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