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

com.gitee.cliveyuan.tools.action.Action2 Maven / Gradle / Ivy

There is a newer version: 4.0.6
Show newest version
package com.gitee.cliveyuan.tools.action;

/**
 * @author clive
 * Created on 2018/08/01
 * @since 1.0
 */
public interface Action2 {
    void invoke(T t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy