All Downloads are FREE. Search and download functionalities are using the official Maven repository.

remote.Function Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
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