First
- the type of the first argument to the functionSecond
- the type of the second argument to the functionThird
- the type of the second argument to the functionResult
- the type of the result of the function@FunctionalInterface public interface TriFunction<First,Second,Third,Result>
Modifier and Type | Method and Description |
---|---|
Result |
apply(First first,
Second second,
Third third)
Applies this function to the given arguments.
|
Copyright © 2013–2021 Kitteh. All rights reserved.