|
Scala Library Documentation
|
|
scala/util/Fluid.scala]
class
Fluid[T](init : T)
extends DynamicVariable[T]This is the same as DynamicVariable. The name "fluid" is confusing, and perhaps not even accurate.
| Methods inherited from DynamicVariable | |
| value, withValue, value_=, toString |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
Scala Library Documentation
|
|