public static class IndexedLongFunction.Util
extends java.lang.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(@NotNull LongFunction<? extends R> function)
LongFunction and returns IndexedLongFunction.R - the type of the resultfunction - the function to wrapIndexedLongFunctionjava.lang.NullPointerException - if function is null