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 Detail

      • execute

        void execute()
        The actual work to be executed.