Package jadex.future

Class PullIntermediateDelegationFuture<E>

All Implemented Interfaces:
IBackwardCommandFuture, IForwardCommandFuture, IFuture<Collection<E>>, IIntermediateFuture<E>, IPullIntermediateFuture<E>, ITerminableFuture<Collection<E>>, ITerminableIntermediateFuture<E>, Supplier<Collection<E>>

public class PullIntermediateDelegationFuture<E> extends TerminableIntermediateDelegationFuture<E> implements IPullIntermediateFuture<E>
Delegation future for pull future.
  • Constructor Details

    • PullIntermediateDelegationFuture

      public PullIntermediateDelegationFuture()
      Create a new future.
    • PullIntermediateDelegationFuture

      public PullIntermediateDelegationFuture(IPullIntermediateFuture<E> src)
      Create a new future.
  • Method Details