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

com.outbrain.ob1k.concurrent.Consumer Maven / Gradle / Ivy

package com.outbrain.ob1k.concurrent;

/**
 * consumes the futures value.
 * @author asy ronen
 */
public interface Consumer {
  public void consume(Try result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy