The ReadableLike to derive from.
A Readable with same value as the given ReadableLike.
Derive a new Readable with same value from the given ReadableLike.
The ReadableLike to derive from, or a non-Readable value that will be returned as-is.
A Readable with same value as the given
ReadableLike, or
dep
itself if dep
is not a
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.
Optional
config:
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.
The ReadableLike to derive from, or a non-Readable value that will be returned as-is.
A pure function that takes an input value and returns a new value.
Optional
config:
Config<TValue>
custom config for the combined Readable.
A Readable with transformed value from
the given ReadableLike, or
dep
itself if dep
is not a
ReadableLike.
Derive a new Readable with same value from the given ReadableLike.