Interface PerfStatsCollector.ThrowingSupplier<T,F extends Exception>

Enclosing class:
PerfStatsCollector

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

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details