Class FutureWrapper<K extends @Nullable Object,​V>

  • Type Parameters:
    K - The type of this Future
    V - The type of the wrapped Future
    All Implemented Interfaces:
    Future<V>

    public abstract class FutureWrapper<K extends @Nullable Object,​V>
    extends Object
    implements Future<V>
    FutureWrapper is a simple Future that wraps a parent Future. This class is thread-safe.