Class MoreFutures.ExceptionOrResult<T>

  • Enclosing class:
    MoreFutures

    public abstract static class MoreFutures.ExceptionOrResult<T>
    extends java.lang.Object
    An object that represents either a result or an exceptional termination.

    This is used, for example, in aggregating the results of many future values in MoreFutures.allAsList(Collection).