@FunctionalInterface public interface DistributedLongFunction<R> extends LongFunction<R>, Serializable
Serializable variant of java.util.function.LongFunction which declares checked exception.| Modifier and Type | Method and Description |
|---|---|
default R |
apply(long value) |
R |
applyEx(long value)
Exception-declaring version of
LongFunction.apply(long). |
R applyEx(long value) throws Exception
LongFunction.apply(long).Exceptiondefault R apply(long value)
apply in interface LongFunction<R>Copyright © 2018 Hazelcast, Inc.. All rights reserved.