Interface TimeUtils.Task

Enclosing class:
TimeUtils
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TimeUtils.Task
A sample task to be executed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The actual work to be executed.
  • Method Details

    • execute

      void execute()
      The actual work to be executed.