Interface TimerLogger.LoggableSupplier<R>

  • Type Parameters:
    R - the type of the supplied element
    Enclosing class:
    TimerLogger
    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 TimerLogger.LoggableSupplier<R>
    A Supplier producing one element.
    • Method Detail

      • run

        R run()
        Runs the supplier.
        Returns:
        the produced element