public class Mutable<T> extends Object
Mutable(T object)
T
get()
set(T object)
update(Function1<T,T> updater)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Mutable(T object)
public T get()
public T set(T object)
public T update(Function1<T,T> updater)
Copyright © 2022. All rights reserved.