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

bndtools.utils.ServiceOperation Maven / Gradle / Ivy

The newest version!
package bndtools.utils;

public interface ServiceOperation {
	R execute(S service) throws E;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy