Interface PerfStatsCollector.ThrowingSupplier<T,​F extends java.lang.Exception>

  • Enclosing class:
    PerfStatsCollector

    public static interface PerfStatsCollector.ThrowingSupplier<T,​F extends java.lang.Exception>
    Supplier that throws an exception.
    • Method Detail

      • get

        T get()
        throws F extends java.lang.Exception
        Throws:
        F extends java.lang.Exception