Package panda.std.reactive
Class ReferenceUtils
java.lang.Object
panda.std.reactive.ReferenceUtils
-
Method Summary
-
Method Details
-
setValue
Bypass immutability of Reference to e.g. initialize value. This method should be considered as unsafe, and it shouldn't be exposed to final user of your api- Type Parameters:
T- type of value- Parameters:
reference- the reference to updatevalue- the value to set
-