@FunctionalInterface public interface ThrowingTriFunction<I,J,A,R,T extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(I in,
J i2,
A i3)
Applies this function to the given arguments.
|
Copyright © 2019. All rights reserved.