All Superinterfaces:
Comparable<Delayed>, Delayed
All Known Subinterfaces:
ExtendableTaskIfc<E>
All Known Implementing Classes:
ReminderTask, TimeoutTask

public interface TaskIfc<E> extends Delayed
The TaskIfc interface represents a task that extends the Delayed interface and is parameterized by type E.
  • Field Details

    • TIME_UNIT_USED

      static final TimeUnit TIME_UNIT_USED
  • Method Details

    • getTestId

      String getTestId()
    • clone

      E clone()