Interface Timer.ThrowingSupplier<T,E extends Exception>

Type Parameters:
T - The return type
E - The exception type that can be thrown
Enclosing class:
Timer
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 Timer.ThrowingSupplier<T,E extends Exception>
Times an operation that can throw a specific checked exception type.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get() throws E
      Throws:
      E