kite-core / jp.co.cyberagent.kite.core / update update¶ fun <T>KiteMutableState<T>.update(f: (curr:T) ->T):Unit Updates the value with the result of function f has one parameter that receives current value.