remote.Function Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remote4j Show documentation
Show all versions of remote4j Show documentation
Thin functional layer on top of RMI.
package remote;
import java.io.Serializable;
import java.rmi.RemoteException;
public interface Function extends Serializable {
public B apply(A t) throws RemoteException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy