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