public static class IndexedLongFunction.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static <R> IndexedLongFunction<R> |
wrap(LongFunction<? extends R> function)
Wraps
LongFunction and returns IndexedLongFunction. |
public static <R> IndexedLongFunction<R> wrap(LongFunction<? extends R> function)
LongFunction and returns IndexedLongFunction.R - the type of the resultfunction - the function to wrapIndexedLongFunctionNullPointerException - if function is nullCopyright © 2018. All rights reserved.