| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedNode<T> |
interface |
NamedNode<T> |
interface |
WritableIndexedNode<T> |
interface |
WritableNamedNode<T> |
interface |
WritableValue<T> |
| Modifier and Type | Method and Description |
|---|---|
ObservableValue<String> |
FileObject.name() |
ObservableValue<T> |
ObservableValue.readOnly() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> WritableLiMap<K,V> |
Props.PropsBuilder.lmap2Of(Class<K> kType,
Class<V> vType,
Function<V,ObservableValue<K>> nameSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyPIndexedNode<T> |
class |
ReadOnlyPNamedNode<T> |
class |
ReadOnlyValue<T> |
class |
WritableIndexedNodeImpl<T> |
class |
WritableNamedNodeImpl<T> |
class |
WritableValueBase<T> |
class |
WritableValueImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
protected ObservableValue<T> |
WritableValueImpl.createReadOnly() |
protected abstract ObservableValue<T> |
WritableValueBase.createReadOnly() |
protected ObservableValue<T> |
WritableIndexedNodeImpl.createReadOnly() |
protected ObservableValue<T> |
WritableNamedNodeImpl.createReadOnly() |
ObservableValue<T> |
ReadOnlyValue.getBase() |
ObservableValue<T> |
WritableValueImpl.readOnly() |
ObservableValue<T> |
WritableValueBase.readOnly() |
ObservableValue<T> |
ReadOnlyValue.readOnly() |
| Constructor and Description |
|---|
ReadOnlyValue(ObservableValue<T> v) |
Copyright © 2021 vpc open source initiative. All rights reserved.