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

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

package com.outbrain.ob1k.concurrent.handlers;

import com.outbrain.ob1k.concurrent.ComposableFuture;
import com.outbrain.ob1k.concurrent.Try;

import java.util.concurrent.ExecutionException;

/**
 * User: aronen
 * Date: 6/6/13
 * Time: 2:05 PM
 */
public interface ResultHandler {
  R handle(Try result) throws ExecutionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy