Var
A variable in the traditional sense.
Doesn't change until you explicitly call set().
Value members
Concrete methods
Inherited methods
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.
- Inherited from
- Px