| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.forKeys(ReceivesValue<K> receiver) |
E |
StringTrie.get(CharSequence key,
StringTrie.StringTrieCursor<E> cursor,
ReceivesValue<StringTrie.StringTrieCursor<E>> cursorPointer) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringDictionaryDefault.forKeys(ReceivesValue<String> receiver) |
void |
InitMapDefault.forKeys(ReceivesValue<String> receiver) |
| Modifier and Type | Method and Description |
|---|---|
E |
StringTrieAbstract.get(CharSequence key,
StringTrie.StringTrieCursor<E> cursor,
ReceivesValue<StringTrie.StringTrieCursor<E>> cursorPointer) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsStringDictionary.forKeys(ReceivesValue<String> receiver) |
| Modifier and Type | Method and Description |
|---|---|
protected Fifo<ReceivesValue<T>> |
AsyncProxy.pending() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsyncProxy.accept(ReceivesValue<T> callback) |
static <T> void |
X_Inject.singletonAsync(Class<? super T> cls,
ReceivesValue<T> callback)
Asynchronously loads an injected singleton service implementation object.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
X_Inject.singletonAsync(Class<? super T> cls,
Class<? extends ReceivesValue<T>> callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyPojo<X> |
protected class |
LazyPojo.NullCheckOnSet |
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeInjector |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
X_Process.block(Future<T> future,
ReceivesValue<T> receiver) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
ConcurrencyServiceAbstract.callback(Future<T> future,
ReceivesValue<T> receiver) |
<T> void |
ConcurrencyServiceAbstract.resolve(Future<T> future,
ReceivesValue<T> receiver) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ConcurrencyService.resolve(Future<T> future,
ReceivesValue<T> receiver)
Resolves a future in another thread / using a shared poller.
|
| Modifier and Type | Method and Description |
|---|---|
static <X> ReceivesValue<X> |
RunOnce.setOnce(ReceivesValue<X> job) |
static <X> ReceivesValue<X> |
RunOnce.setOnce(ReceivesValue<X> job,
boolean oncePerMoment) |
| Modifier and Type | Method and Description |
|---|---|
static <X> ReceivesValue<X> |
RunOnce.setOnce(ReceivesValue<X> job) |
static <X> ReceivesValue<X> |
RunOnce.setOnce(ReceivesValue<X> job,
boolean oncePerMoment) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bean<X>
A simple interface for objects with typed
ProvidesValue.get() and set(Object) methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
Pointer<X>
This is not "actually" a pointer, but a hard Reference.
|
static class |
ReceivesValue.NoOp<T>
A handy Non-operational class that defaults to do nothing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pojo<X> |
class |
ProviderAdapter<X> |
class |
ReceiverAdapter<T> |
class |
ReceivesMultiValue<T>
An object designed to delegate a received value to multiple ReceivesValue callbacks.
|
class |
ReceivesPrioritizedValue<T>
An extension of
ReceivesMultiValue which uses three prioritized callback buckets. |
| Modifier and Type | Method and Description |
|---|---|
ReceivesValue<X> |
ProviderAdapter.get() |
ReceivesValue<X> |
DeferredMultiReceiver.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredMultiReceiver.add(ReceivesValue<X> provider) |
void |
ReceivesPrioritizedValue.addPost(ReceivesValue<T> receiver)
Adds a callback that will be fired after the pre and main callback stacks
|
void |
ReceivesPrioritizedValue.addPre(ReceivesValue<T> receiver)
Adds a callback that will be fired before the main and post callback stacks
|
boolean |
ReceivesMultiValue.addReceiver(ReceivesValue<T> receiver)
Adds a receiver to the end of the callback array.
|
void |
ReceivesPrioritizedValue.removeReceiver(ReceivesValue<T> receiver)
Explicitly remove the given receiver from all callback stacks.
|
void |
ReceivesMultiValue.removeReceiver(ReceivesValue<T> receiver) |
void |
ReceiverAdapter.set(ReceivesValue<T> receiver) |
void |
ProviderAdapter.set(ReceivesValue<X> receiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredMultiReceiver.add(ProvidesValue<ReceivesValue<X>> provider) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.