chao.java.tools.servicepool.combine.CombineService Maven / Gradle / Ivy
package chao.java.tools.servicepool.combine;
/**
* @author luqin
* @since 2019-09-30
*/
public interface CombineService extends Iterable {
int size();
T get(int index);
T setEmptyHandler(CombineEmptyHandler handler);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy