Package org.robolectric.util
Interface PerfStatsCollector.ThrowingRunnable<F extends Exception>
- Enclosing class:
PerfStatsCollector
public static interface PerfStatsCollector.ThrowingRunnable<F extends Exception>
Runnable that throws an exception.
-
Method Summary
-
Method Details
-
run
void run() throws F- Throws:
F
-