@FunctionalInterface public interface DistributedLongToDoubleFunction extends LongToDoubleFunction, Serializable
Serializable variant of java.util.function.LongToDoubleFunction which declares checked exception.| Modifier and Type | Method and Description |
|---|---|
default double |
applyAsDouble(long value) |
double |
applyAsDoubleEx(long value)
Exception-declaring version of
LongToDoubleFunction.applyAsDouble(long). |
double applyAsDoubleEx(long value)
throws Exception
LongToDoubleFunction.applyAsDouble(long).Exceptiondefault double applyAsDouble(long value)
applyAsDouble in interface LongToDoubleFunctionCopyright © 2018 Hazelcast, Inc.. All rights reserved.