1 min readAug 6, 2017
Actually, I was wrong about Partial<Observer<T>>
being equivalent to PartialObserver<T>
— it’s more subtle that that. With PartialObserver<T>
, at least one of the next
, error
or complete
methods has to be implemented.