| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableIndexedNode<T> |
interface |
WritableNamedNode<T> |
| Modifier and Type | Method and Description |
|---|---|
WritableValue<String> |
FileObject.filePath() |
WritableValue<Boolean> |
FileObject.modified() |
<T> WritableValue<T> |
Props.PropsBuilder.valueOf(Class<T> type,
T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableValue.bind(WritableValue<T> other) |
<T2> void |
ObservableValue.bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
default void |
WritableValue.setAndBind(WritableValue<T> other) |
<T2> void |
WritableValue.setAndBindConvert(WritableValue<T2> other,
Function<T,T2> map,
Function<T2,T> mapBack) |
<T2> void |
ObservableValue.unbind(WritableValue<T2> other) |
| Modifier and Type | Class and Description |
|---|---|
class |
WritableIndexedNodeImpl<T> |
class |
WritableNamedNodeImpl<T> |
class |
WritableValueBase<T> |
class |
WritableValueImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadOnlyPNamedNode.bind(WritableValue<T> other) |
void |
WritableValueBase.bind(WritableValue<T> other) |
void |
ReadOnlyValue.bind(WritableValue<T> other) |
void |
ReadOnlyPIndexedNode.bind(WritableValue<T> other) |
<T2> void |
ReadOnlyPNamedNode.bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
<T2> void |
WritableValueBase.bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
<T2> void |
ReadOnlyValue.bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
<T2> void |
ReadOnlyPIndexedNode.bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
<T2> void |
WritableValueBase.setAndBindConvert(WritableValue<T2> other,
Function<T,T2> map,
Function<T2,T> mapBack) |
<T2> void |
ReadOnlyPNamedNode.unbind(WritableValue<T2> other) |
<T2> void |
WritableValueBase.unbind(WritableValue<T2> other) |
<T2> void |
ReadOnlyValue.unbind(WritableValue<T2> other) |
<T2> void |
ReadOnlyPIndexedNode.unbind(WritableValue<T2> other) |
Copyright © 2021 vpc open source initiative. All rights reserved.