ValueWrapperUpdateWith<T> extension

Provides updateWith.

on

Methods

updateWith(T mutater(T)) → void

Available on ValueWrapper<T>, provided by the ValueWrapperUpdateWith extension

Updates the current ValueWrapperProperty.value with the result of calling mutater on it.