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

com.fireflysource.common.func.Callback Maven / Gradle / Ivy

package com.fireflysource.common.func;

/**
 * @author Pengtao Qiu
 */
@FunctionalInterface
public interface Callback {
    void call() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy