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

com.github.azbh111.utils.java.promise.PromiseThen Maven / Gradle / Ivy

The newest version!
package com.github.azbh111.utils.java.promise;

/**
 *
 * @author pyz
 * @date 2019/10/29 10:52 下午
 */
public interface PromiseThen {
    Object apply(Object o) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy