Home
last modified time | relevance | path

Searched defs:WrappedCallable (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java65 private static final class WrappedCallable<T> implements Callable<T> { class in WrappingScheduledExecutorServiceTest
68 public WrappedCallable(Callable<T> delegate) { in WrappedCallable() method in WrappingScheduledExecutorServiceTest.WrappedCallable
DWrappingExecutorServiceTest.java150 private static final class WrappedCallable<T> implements Callable<T> { class in WrappingExecutorServiceTest
153 public WrappedCallable(Callable<T> delegate) { in WrappedCallable() method in WrappingExecutorServiceTest.WrappedCallable