public static class Scheduler.Task<T>
extends com.google.common.util.concurrent.AbstractFuture<T>
implements java.lang.Runnable
Constructor and Description |
---|
Task(java.util.function.Supplier<com.google.common.util.concurrent.ListenableFuture<T>> supplier,
java.util.concurrent.Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
public Task(java.util.function.Supplier<com.google.common.util.concurrent.ListenableFuture<T>> supplier, java.util.concurrent.Executor executor)
Copyright © 2009- The Apache Software Foundation