public interface Async<T>
supplyAsyncThenAccept(Callback)
method will
invoke an async operation that uses the Callback
as the completion and exception handler for the operation.Modifier and Type | Method and Description |
---|---|
void |
supplyAsyncThenAccept(Callback<T> cb)
submit
|
Copyright © 2021. All rights reserved.