com.github.xphsc.bean.Closure Maven / Gradle / Ivy
package com.github.xphsc.bean;
/**
* Created by ${huipei.x} on 2017/6/13
*/
public interface Closure {
void execute(T var1);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy