viewtify.ui.helper
ValueHelper
<Self
, V
>
Self
, V
>valueProperty
()
javafx.beans.property.PropertyV
V
javafx.beans.property.Property |
Return the current model.
get
()
V
V |
value
()
V
V |
The current value. |
Get the current value.
valueAs
(ClassT
type
)
T
ClassT
type
)T |
|
Class type |
A value type to transform. |
T |
A transformed value. |
Get the current value as the specified type.
valueOr
(T
defaultValue
)
T
T
defaultValue
)T |
|
T defaultValue |
A default value. |
T |
A preference value. |
Get the current value or default value.
valueOr
(javafx.beans.value.ObservableValueT
defaultValue
)
T
javafx.beans.value.ObservableValueT
defaultValue
)T |
|
javafx.beans.value.ObservableValue defaultValue |
A default value. |
T |
A preference value. |
Get the current value or default value.
valueOr
(kiss.VariableT
defaultValue
)
T
kiss.VariableT
defaultValue
)T |
|
kiss.Variable defaultValue |
A default value. |
T |
A preference value. |
Get the current value or default value.
value
(V
value
)
Self
V
value
)V value |
A new value to set. |
Self |
Chainable API. |
Updates to the specified value.
value
(kiss.VariableV
value
)
Self
kiss.VariableV
value
)kiss.Variable value |
A new value to set. |
Self |
Chainable API. |
Updates to the specified value.
value
(kiss.WiseFunctionV
, V
setter
)
Self
kiss.WiseFunctionV
, V
setter
)kiss.WiseFunction setter |
Calculates a new value based on the current value. |
Self |
Chainable API. |
Updates to the specified value.
initialize
(V
initialValue
)
Self
V
initialValue
)V initialValue |
The initial value is mandatory, null values are not accepted. |
Self |
Chainable API. |
Initialize with the specified value. This value is automatically saved whenever it is changed, and is restored the next time it is initialized.
initialize
(kiss.VariableV
initialValue
)
Self
kiss.VariableV
initialValue
)kiss.Variable initialValue |
The initial value is mandatory, null values are not accepted. |
Self |
Chainable API. |
Initialize with the specified value. This value is automatically saved whenever it is changed, and is restored the next time it is initialized.
initialize
(javafx.beans.value.ObservableValueV
initialValue
)
Self
javafx.beans.value.ObservableValueV
initialValue
)javafx.beans.value.ObservableValue initialValue |
The initial value is mandatory, null values are not accepted. |
Self |
Chainable API. |
Initialize with the specified value. This value is automatically saved whenever it is changed, and is restored the next time it is initialized.
initializeLazy
(kiss.SignalV
initialValue
)
Self
kiss.SignalV
initialValue
)kiss.Signal initialValue |
The initial value is mandatory, null values are not accepted. |
Self |
Chainable API. |
Initialize with the specified value. This value is automatically saved whenever it is changed, and is restored the next time it is initialized.
historicalValue
(kiss.VariableV
value
)
Self
kiss.VariableV
value
)kiss.Variable value |
|
Self |
Update and maintain an edit history of this value with default context.
historicalValue
(kiss.VariableV
value
, kiss.WiseRunnable
save
)
Self
kiss.VariableV
value
, kiss.WiseRunnable
save
)kiss.Variable value |
|
kiss.WiseRunnable save |
|
Self |
Update and maintain an edit history of this value with default context.
historicalValue
(kiss.VariableV
value
, kiss.WiseConsumerV
save
)
Self
kiss.VariableV
value
, kiss.WiseConsumerV
save
)kiss.Variable value |
|
kiss.WiseConsumer save |
|
Self |
Update and maintain an edit history of this value with default context.
historical
(kiss.WiseConsumerV
save
)
Self
kiss.WiseConsumerV
save
)kiss.WiseConsumer save |
|
Self |
Maintain an edit history of this value with default context.
historical
(kiss.WiseConsumerV
save
, Edito
context
)
Self
kiss.WiseConsumerV
save
, Edito
context
)X
|
|
kiss.WiseConsumer save |
|
Edito context |
|
Self |
Maintains an edit history of this value with your context.
is
(V
value
)
boolean
V
value
)V value |
A value to test. |
boolean |
A result. |
Checks if this value is the same as the specified value.
is
(PredicateV
condition
)
boolean
PredicateV
condition
)Predicate condition |
A condition. |
boolean |
A result. |
Checks if this value is the same as the specified value.
isNot
(V
value
)
boolean
V
value
)V value |
A value to test. |
boolean |
A result. |
Checks if this value is NOT the same as the specified value.
isNot
(PredicateV
condition
)
boolean
PredicateV
condition
)Predicate condition |
A condition. |
boolean |
A result. |
Checks if this value is NOT the same as the specified value.
isChanged
()
kiss.SignalV
V
kiss.Signal |
It is defined as an alias for #observe()
.
isNull
()
kiss.SignalBoolean
Boolean
kiss.Signal |
Check whether this value is null or not.
isNotNull
()
kiss.SignalBoolean
Boolean
kiss.Signal |
Check whether this value is null or not.
sync
(ValueHelper?
, V
value
)
Self
ValueHelper?
, V
value
)ValueHelper value |
The value that is synchronized with each other. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(ValueHelper?
, V
value
, kiss.Disposable
unsynchronizer
)
Self
ValueHelper?
, V
value
, kiss.Disposable
unsynchronizer
)ValueHelper value |
The value that is synchronized with each other. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(ValueHelper?
, V
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)
Self
ValueHelper?
, V
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)ValueHelper value |
The value that is synchronized with each other. |
Function synchronizer |
Synchronize at the specified timing. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(ValueHelper?
, V
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)
Self
ValueHelper?
, V
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)ValueHelper value |
The value that is synchronized with each other. |
Function synchronizer |
Synchronize at the specified timing. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(ValueHelper?
, X
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
)
Self
ValueHelper?
, X
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
)X |
|
ValueHelper value |
The value that is synchronized with each other. |
kiss.WiseFunction from |
Value synchronizer from external value to internal model. |
kiss.WiseFunction to |
Value synchronizer from intenral model to external value. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(ValueHelper?
, X
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
, kiss.Disposable
unsynchronizer
)
Self
ValueHelper?
, X
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
, kiss.Disposable
unsynchronizer
)X |
|
ValueHelper value |
The value that is synchronized with each other. |
kiss.WiseFunction from |
Value synchronizer from external value to internal model. |
kiss.WiseFunction to |
Value synchronizer from intenral model to external value. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(P
value
)
Self
P
value
)P
|
|
P value |
The value that is synchronized with each other. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(P
value
, kiss.Disposable
unsynchronizer
)
Self
P
value
, kiss.Disposable
unsynchronizer
)P
|
|
P value |
The value that is synchronized with each other. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(P
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)
Self
P
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)P
|
|
P value |
The value that is synchronized with each other. |
Function synchronizer |
Synchronize at the specified timing. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(P
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)
Self
P
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)P
|
|
P value |
The value that is synchronized with each other. |
Function synchronizer |
Synchronize at the specified timing. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(P
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
)
Self
P
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
)P
|
|
X |
|
P value |
The value that is synchronized with each other. |
kiss.WiseFunction from |
Value synchronizer from external value to internal model. |
kiss.WiseFunction to |
Value synchronizer from intenral model to external value. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(P
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
, kiss.Disposable
unsynchronizer
)
Self
P
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
, kiss.Disposable
unsynchronizer
)P
|
|
X |
|
P value |
The value that is synchronized with each other. |
kiss.WiseFunction from |
Value synchronizer from external value to internal model. |
kiss.WiseFunction to |
Value synchronizer from intenral model to external value. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
syncFrom
(javafx.beans.value.ObservableValueV
value
)
Self
javafx.beans.value.ObservableValueV
value
)javafx.beans.value.ObservableValue value |
The synchronized source. |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(javafx.beans.value.ObservableValueV
value
, kiss.Disposable
unsynchronizer
)
Self
javafx.beans.value.ObservableValueV
value
, kiss.Disposable
unsynchronizer
)javafx.beans.value.ObservableValue value |
The synchronized source. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(javafx.beans.value.ObservableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)
Self
javafx.beans.value.ObservableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)javafx.beans.value.ObservableValue value |
The synchronized source. |
Function synchronizer |
Synchronize at the specified timing. |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(javafx.beans.value.ObservableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)
Self
javafx.beans.value.ObservableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)javafx.beans.value.ObservableValue value |
The synchronized source. |
Function synchronizer |
Synchronize at the specified timing. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncTo
(javafx.beans.value.WritableValueV
value
)
Self
javafx.beans.value.WritableValueV
value
)javafx.beans.value.WritableValue value |
The synchronized target. |
Self |
Chainable API. |
This value will synchronize to the specified value.
syncTo
(javafx.beans.value.WritableValueV
value
, kiss.Disposable
unsynchronizer
)
Self
javafx.beans.value.WritableValueV
value
, kiss.Disposable
unsynchronizer
)javafx.beans.value.WritableValue value |
The synchronized target. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will synchronize to the specified value.
syncTo
(javafx.beans.value.WritableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)
Self
javafx.beans.value.WritableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)javafx.beans.value.WritableValue value |
The synchronized target. |
Function synchronizer |
Synchronize at the specified timing. |
Self |
Chainable API. |
This value will synchronize to the specified value.
syncTo
(javafx.beans.value.WritableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)
Self
javafx.beans.value.WritableValueV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)javafx.beans.value.WritableValue value |
The synchronized target. |
Function synchronizer |
Synchronize at the specified timing. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will synchronize to the specified value.
sync
(kiss.VariableV
value
)
Self
kiss.VariableV
value
)kiss.Variable value |
The value that is synchronized with each other. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(kiss.VariableV
value
, kiss.Disposable
unsynchronizer
)
Self
kiss.VariableV
value
, kiss.Disposable
unsynchronizer
)kiss.Variable value |
The value that is synchronized with each other. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)
Self
kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)kiss.Variable value |
The value that is synchronized with each other. |
Function synchronizer |
Synchronize at the specified timing. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)
Self
kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)kiss.Variable value |
The value that is synchronized with each other. |
Function synchronizer |
Synchronize at the specified timing. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(kiss.VariableX
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
)
Self
kiss.VariableX
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
)X |
|
kiss.Variable value |
The value that is synchronized with each other. |
kiss.WiseFunction from |
Value synchronizer from external value to internal model. |
kiss.WiseFunction to |
Value synchronizer from intenral model to external value. |
Self |
Chainable API. |
Synchronizes with the specified value.
sync
(kiss.VariableX
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
, kiss.Disposable
unsynchronizer
)
Self
kiss.VariableX
value
, kiss.WiseFunctionX
, V
from
, kiss.WiseFunctionV
, X
to
, kiss.Disposable
unsynchronizer
)X |
|
kiss.Variable value |
The value that is synchronized with each other. |
kiss.WiseFunction from |
Value synchronizer from external value to internal model. |
kiss.WiseFunction to |
Value synchronizer from intenral model to external value. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Synchronizes with the specified value.
syncFrom
(kiss.VariableV
value
)
Self
kiss.VariableV
value
)kiss.Variable value |
The synchronized source. |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(kiss.VariableV
value
, kiss.Disposable
unsynchronizer
)
Self
kiss.VariableV
value
, kiss.Disposable
unsynchronizer
)kiss.Variable value |
The synchronized source. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)
Self
kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)kiss.Variable value |
The synchronized source. |
Function synchronizer |
Synchronize at the specified timing. |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)
Self
kiss.VariableV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)kiss.Variable value |
The synchronized source. |
Function synchronizer |
Synchronize at the specified timing. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(kiss.SignalV
value
)
Self
kiss.SignalV
value
)kiss.Signal value |
The synchronized source. |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncFrom
(kiss.SignalV
value
, kiss.Disposable
unsynchronizer
)
Self
kiss.SignalV
value
, kiss.Disposable
unsynchronizer
)kiss.Signal value |
The synchronized source. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will be synchronized from the specified value.
syncTo
(ConsumerV
value
)
Self
ConsumerV
value
)Consumer value |
The synchronized target. |
Self |
Chainable API. |
This value will synchronize to the specified value.
syncTo
(ConsumerV
value
, kiss.Disposable
unsynchronizer
)
Self
ConsumerV
value
, kiss.Disposable
unsynchronizer
)Consumer value |
The synchronized target. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will synchronize to the specified value.
syncTo
(ConsumerV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)
Self
ConsumerV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
)Consumer value |
The synchronized target. |
Function synchronizer |
Synchronize at the specified timing. |
Self |
Chainable API. |
This value will synchronize to the specified value.
syncTo
(ConsumerV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)
Self
ConsumerV
value
, Functionkiss.SignalV
, kiss.SignalV
synchronizer
, kiss.Disposable
unsynchronizer
)Consumer value |
The synchronized target. |
Function synchronizer |
Synchronize at the specified timing. |
kiss.Disposable unsynchronizer |
The synchronization is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
This value will synchronize to the specified value.
observe
()
kiss.SignalV
V
kiss.Signal |
A Signal that notify the change of this value. |
Observe the value modification.
observe
(boolean
ensureValid
)
kiss.SignalV
boolean
ensureValid
)V
boolean ensureValid |
|
kiss.Signal |
A Signal that notify the change of this value. |
Observe the value modification.
observe
(kiss.WiseRunnable
listener
)
Self
kiss.WiseRunnable
listener
)kiss.WiseRunnable listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification.
observe
(kiss.WiseRunnable
listener
, kiss.Disposable
disposer
)
Self
kiss.WiseRunnable
listener
, kiss.Disposable
disposer
)kiss.WiseRunnable listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification.
observe
(kiss.WiseConsumerV
listener
)
Self
kiss.WiseConsumerV
listener
)kiss.WiseConsumer listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification.
observe
(kiss.WiseConsumerV
listener
, kiss.Disposable
disposer
)
Self
kiss.WiseConsumerV
listener
, kiss.Disposable
disposer
)kiss.WiseConsumer listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification.
observe
(Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
)
Self
Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
)R |
|
Function timing |
A event timing coordinator. |
kiss.WiseConsumer listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification.
observe
(Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
, kiss.Disposable
disposer
)
Self
Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
, kiss.Disposable
disposer
)R |
|
Function timing |
A event timing coordinator. |
kiss.WiseConsumer listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification.
observe
(kiss.WiseBiConsumerV
, V
listener
)
Self
kiss.WiseBiConsumerV
, V
listener
)kiss.WiseBiConsumer listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification.
observe
(kiss.WiseBiConsumerV
, V
listener
, kiss.Disposable
disposer
)
Self
kiss.WiseBiConsumerV
, V
listener
, kiss.Disposable
disposer
)kiss.WiseBiConsumer listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification.
observing
()
kiss.SignalV
V
kiss.Signal |
A Signal that notify the change of this value. |
Observe the value modification starting with the current value.
observing
(boolean
ensureValid
)
kiss.SignalV
boolean
ensureValid
)V
boolean ensureValid |
|
kiss.Signal |
A Signal that notify the change of this value. |
Observe the value modification starting with the current value.
observing
(kiss.WiseRunnable
listener
)
Self
kiss.WiseRunnable
listener
)kiss.WiseRunnable listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification starting with the current value.
observing
(kiss.WiseRunnable
listener
, kiss.Disposable
disposer
)
Self
kiss.WiseRunnable
listener
, kiss.Disposable
disposer
)kiss.WiseRunnable listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification starting with the current value.
observing
(kiss.WiseConsumerV
listener
)
Self
kiss.WiseConsumerV
listener
)kiss.WiseConsumer listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification starting with the current value.
observing
(kiss.WiseConsumerV
listener
, kiss.Disposable
disposer
)
Self
kiss.WiseConsumerV
listener
, kiss.Disposable
disposer
)kiss.WiseConsumer listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification starting with the current value.
observing
(Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
)
Self
Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
)R |
|
Function timing |
A event timing coordinator. |
kiss.WiseConsumer listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification starting with the current value.
observing
(Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
, kiss.Disposable
disposer
)
Self
Functionkiss.SignalV
, kiss.SignalR
timing
, kiss.WiseConsumerR
listener
, kiss.Disposable
disposer
)R |
|
Function timing |
A event timing coordinator. |
kiss.WiseConsumer listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification starting with the current value.
observing
(kiss.WiseBiConsumerV
, V
listener
)
Self
kiss.WiseBiConsumerV
, V
listener
)kiss.WiseBiConsumer listener |
A modification listener. |
Self |
Chainable API. |
Observe the value modification starting with the current value.
observing
(kiss.WiseBiConsumerV
, V
listener
, kiss.Disposable
disposer
)
Self
kiss.WiseBiConsumerV
, V
listener
, kiss.Disposable
disposer
)kiss.WiseBiConsumer listener |
A modification listener. |
kiss.Disposable disposer |
The modification listening is canceled by calling Disposable#dispose(). |
Self |
Chainable API. |
Observe the value modification starting with the current value.