Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New (experimental!) methods:
readFrom
and readManyFrom
. Can be …
…called as part of constructor options. * `EffectFnMethods` renamed to `EffectObservables`, and lost methods `next`, `error` and `complete` - the same functionality with a less ambiguous API can be achieved with `EffectListeners`. This API is considered stable now.
- Loading branch information