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

com.outbrain.ob1k.concurrent.handlers.FutureSuccessHandler Maven / Gradle / Ivy

package com.outbrain.ob1k.concurrent.handlers;

import com.outbrain.ob1k.concurrent.ComposableFuture;

/**
 * User: aronen
 * Date: 11/3/13
 * Time: 2:30 PM
 */
public interface FutureSuccessHandler {
  ComposableFuture handle(T result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy