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
package bndtools.utils;
public interface ServiceOperation {
R execute(S service) throws E;
}