public static class IndexedLongUnaryOperator.Util
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static IndexedLongUnaryOperator |
wrap(LongUnaryOperator function)
Wraps
LongUnaryOperator and returns IndexedLongUnaryOperator. |
public static IndexedLongUnaryOperator wrap(@NotNull LongUnaryOperator function)
LongUnaryOperator and returns IndexedLongUnaryOperator.function - the function to wrapIndexedLongUnaryOperatorjava.lang.NullPointerException - if function is null