Example usage for com.google.common.util.concurrent ForwardingListenableFuture.SimpleForwardingListenableFuture subclass-usage

List of usage examples for com.google.common.util.concurrent ForwardingListenableFuture.SimpleForwardingListenableFuture subclass-usage

Introduction

In this page you can find the example usage for com.google.common.util.concurrent ForwardingListenableFuture.SimpleForwardingListenableFuture subclass-usage.

Usage

From source file org.robotninjas.concurrent.FluentDecorator.java

class FluentDecorator<V> extends ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
        implements FluentFuture<V> {

    private final Executor executor;

    FluentDecorator(ListenableFuture<V> future, Executor executor) {