T - the type of the result of the function@FunctionalInterface public static interface LongPairSet.LongPairFunction<T>
Function.| Modifier and Type | Method and Description |
|---|---|
T |
apply(long item1,
long item2)
Applies this function to the given arguments.
|
T apply(long item1, long item2)
item1 - the first function argumentitem2 - the second function argumentCopyright © 2017–2021 Apache Software Foundation. All rights reserved.