| Package | Description |
|---|---|
| xapi.util.api | |
| xapi.util.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bean<X>
A simple interface for objects with typed
get() and ReceivesValue.set(Object) methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
Pointer<X>
This is not "actually" a pointer, but a hard Reference.
|
static class |
ProvidesValue.NoOp<X>
A handy class when you want a placeholder object that just returns null until the provider is replaced.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeferredMultiReceiver<X> |
class |
ImmutableProvider<X>
A completely final immutable provider which will compile down to a direct field access.
|
class |
Pojo<X> |
class |
ProviderAdapter<X> |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredMultiReceiver.add(ProvidesValue<ReceivesValue<X>> provider) |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.