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