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

flabbergast.ConsumeResult Maven / Gradle / Ivy

package flabbergast;

/**
 * Delegate for the callback from a computation.
 */
public interface ConsumeResult {
    void consume(Object result);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy