public interface ObservableValue<T> extends Property
| Modifier and Type | Method and Description |
|---|---|
void |
bind(WritableValue<T> other) |
<T2> void |
bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
T |
get() |
ObservableValue<T> |
readOnly() |
<T2> void |
unbind(WritableValue<T2> other) |
isWritable, name, type, userObjects, vetoslistenersvoid bind(WritableValue<T> other)
<T2> void unbind(WritableValue<T2> other)
<T2> void bindConvert(WritableValue<T2> other, Function<T,T2> map)
T get()
ObservableValue<T> readOnly()
Copyright © 2021 vpc open source initiative. All rights reserved.