R
- the type of the result of the functionpublic interface LongFunction<R>
Modifier and Type | Method and Description |
---|---|
R |
apply(long value)
Applies this function to the given argument.
|
R apply(long value)
value
- the function argumentCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.