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

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

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

/**
 *
 * @author pyz
 * @date 2019/10/29 10:52 下午
 */
public interface PromiseFinally {
    void run() throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy