private static final class Futures.WrappedCombiner<T>
extends java.lang.Object
implements java.util.concurrent.Callable<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.concurrent.Callable<T> |
delegate |
(package private) Futures.CombinerFuture<T> |
outputFuture |
| Constructor and Description |
|---|
WrappedCombiner(java.util.concurrent.Callable<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
T |
call() |
final java.util.concurrent.Callable<T> delegate
Futures.CombinerFuture<T> outputFuture
WrappedCombiner(java.util.concurrent.Callable<T> delegate)