Class CompletedFuture

  • All Implemented Interfaces:
    OMRSFuture

    public class CompletedFuture
    extends Object
    implements OMRSFuture
    Future that represents a task that has already completed.
    • Method Detail

      • isDone

        public boolean isDone()
        Description copied from interface: OMRSFuture
        Checks whether processing for the future has completed.
        Specified by:
        isDone in interface OMRSFuture
        Returns:
        boolean