com.cherokeesoft.db.utils.api.Executable Maven / Gradle / Ivy
package com.cherokeesoft.db.utils.api;
import java.util.function.Supplier;
public interface Executable {
T execute(Supplier supplier);
}
package com.cherokeesoft.db.utils.api;
import java.util.function.Supplier;
public interface Executable {
T execute(Supplier supplier);
}