ValueWrapperUpdateWith<T> extension
Provides updateWith.
- on
-
- ValueWrapper<
T>
- ValueWrapper<
Methods
-
updateWith(
T mutater(T)) → void -
Available on ValueWrapper<
Updates the current ValueWrapperProperty.value with the result of callingT> , provided by the ValueWrapperUpdateWith extensionmutater
on it.