Class PullIntermediateFuture<E>

    • Constructor Detail

      • PullIntermediateFuture

        public PullIntermediateFuture()
        Create a new future.
      • PullIntermediateFuture

        public PullIntermediateFuture​(java.lang.Exception exception)
        Create a future that is already done (failed).
        Parameters:
        exception - The exception.
      • PullIntermediateFuture

        public PullIntermediateFuture​(ICommand<PullIntermediateFuture<E>> pullcmd)
        Create a new future.
        Parameters:
        terminate - The runnable to be executed in case of termination.