R - return value type@FunctionalInterface public interface BiIntFunction<R>
BiFunction.| Modifier and Type | Method and Description |
|---|---|
R |
apply(int t,
int u)
Applies this function to the given arguments.
|
R apply(int t, int u)
t - the first function argumentu - the second function argumentCopyright © 2020. All rights reserved.