| Modifier and Type | Method and Description |
|---|---|
static <E> Reference<E> |
Chassis.acquireReference(String uri,
Class<E> eClass)
Obtain a reference to an element or value of Map.
|
| Modifier and Type | Method and Description |
|---|---|
Reference<V> |
MapView.referenceFor(K key)
Obtain a reference the value for a key
|
| Modifier and Type | Method and Description |
|---|---|
default <E> Reference<E> |
AssetTree.acquireReference(String uri,
Class<E> eClass)
Acquire a reference to a single URI
|
| Modifier and Type | Method and Description |
|---|---|
Reference<V> |
VanillaMapView.referenceFor(K key) |
| Modifier and Type | Method and Description |
|---|---|
Reference<V> |
RemoteMapView.referenceFor(K key) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteReference<E>
Created by Rob Austin
|
class |
VanillaReference<E> |
| Constructor and Description |
|---|
RemoteSimpleSubscription(Reference<E> reference,
java.util.function.Function<Object,E> valueReader) |
VanillaSimpleSubscription(Reference<E> reference,
java.util.function.Function<Object,E> valueReader) |
Copyright © 2015. All rights reserved.