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

com.zhangzlyuyx.easy.core.ActionResultCallback Maven / Gradle / Ivy

There is a newer version: 0.0.19
Show newest version
package com.zhangzlyuyx.easy.core;

public interface ActionResultCallback {

	Result action(T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy