monifu.reactive.observables
An interface to be extended in Observable types that want to preserve the return type when applying operators. For example the result of Subject.map is still a Subject and this interface represents an utility to do just that.
Subject
An interface to be extended in Observable types that want to preserve the return type when applying operators. For example the result of Subject.map is still a
Subject
and this interface represents an utility to do just that.