T - - The type of singleton being injectedpublic class AsyncProxy<T> extends Object
| Constructor and Description |
|---|
AsyncProxy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
accept(ReceivesValue<T> callback) |
protected void |
apply(T value) |
protected void |
dispatch() |
void |
onFailure(Throwable reason) |
protected Fifo<ReceivesValue<T>> |
pending() |
protected Fifo<ReceivesValue<T>> pending()
protected final void accept(ReceivesValue<T> callback)
public final void onFailure(Throwable reason)
protected final void apply(T value)
protected void dispatch()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.