ThunkM
The value of a zero-param function.
The M in ThunkM denotes "Manual refresh", meaning that the value will not update until you explicitly call refresh().
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Root
If this Px contains a function, it can be extracted and the Px dropped from the signature. Every time the function is invoked it will use the latest value of this Px, even if you don't explicitly hold a reference to it anymore.
If this Px contains a function, it can be extracted and the Px dropped from the signature. Every time the function is invoked it will use the latest value of this Px, even if you don't explicitly hold a reference to it anymore.
Example. From a Px[Int => String], an Int => String can be extracted.
Attributes
- Inherited from:
- Px
Attributes
- Inherited from:
- Px
Attributes
- Inherited from:
- Px
Attributes
- Inherited from:
- Px
Attributes
- Inherited from:
- Px