@FunctionalInterface public interface RemoteFunction<T,R> extends java.util.function.Function<T,R>
FunctionalInterface for a Function that can throw a RemoteException. These will be caught and
rethrown as RuntimeExceptions.| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T elem) |
R |
applyThrows(T elem) |
andThen, compose, identitydefault R apply(T elem)
apply in interface java.util.function.Function<T,R>R applyThrows(T elem) throws RemoteException
RemoteExceptionCopyright © 2016. All Rights Reserved.