@FunctionalInterface public interface LongToObjectFunction<V> extends LongFunction<V>, Serializable
| Modifier and Type | Method and Description |
|---|---|
default V |
apply(long parameter) |
V |
valueOf(long longParameter) |
V valueOf(long longParameter)
default V apply(long parameter)
apply in interface LongFunction<V>Copyright © 2004–2017. All rights reserved.