Searched defs:ThrowingRunnable (Results 1 – 6 of 6) sorted by relevance
26 private static class ThrowingRunnable implements Runnable { class in BackgroundExceptionThrower29 ThrowingRunnable(RuntimeException throwable) { in ThrowingRunnable() method in BackgroundExceptionThrower.ThrowingRunnable
12 public interface ThrowingRunnable { interface
446 private static final class ThrowingRunnable implements Runnable { class in MoreExecutorsTest451 ThrowingRunnable(int throwAfterCount, RuntimeException thrown) { in ThrowingRunnable() method in MoreExecutorsTest.ThrowingRunnable
85 public interface ThrowingRunnable<F extends Exception> { interface in PerfStatsCollector
938 public interface ThrowingRunnable { interface in Assert