ObserverObject

Class that implements Observer interface and wraps the completed and failure method in virtual functions. This class extends the OutputRangeObject.

class ObserverObject : OutputRangeObject!(R, E), staticMap!(Observer, E)(
R
E...
) {}

Constructors

this
this(R range)
Undocumented in source.

Members

Functions

completed
void completed()
failure
void failure(Exception e)

Meta