Map
A value B
dependent on the value of some Px[A]
.
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- DerivativeBase
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Get the last used value without updating.
Revision of its value. Increments when value changes.
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:
- DerivativeBase
Attributes
- Inherited from:
- DerivativeBase
Attributes
- Inherited from:
- DerivativeBase
Attributes
- Inherited from:
- DerivativeBase
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
In addition to updating when the underlying Px
changes, this will also check its own result and halt updates if reusable.
In addition to updating when the underlying Px
changes, this will also check its own result and halt updates if reusable.
Attributes
- Inherited from:
- Derivative