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