Derive a new Readable with same value from the given ReadableLike.
The ReadableLike to derive from.
A Readable with same value as the given ReadableLike.
Derive a new Readable with transformed value from the given ReadableLike.
The ReadableLike to derive from.
A pure function that takes an input value and returns a new value.
Optionalconfig:
Config<TValue>
custom config for the combined Readable.
A Readable with transformed value from the given ReadableLike.
Derive a new Readable with transformed value from the given ReadableLike.
Unlike compute, the signature of the
transformfunction is pure, which makes it easier to use functions that are not aware of the reactive system.Param: dep
The ReadableLike to derive from.
Param: transform
Optional pure function that takes an input value and returns a new value.
Param: config
Optional custom Config.
Returns
A OwnedReadable with transformed value from the given ReadableLike.