Partial interface type for observer defining a mandatory next method. Used to construct the actual Observer type.
next
Receives the next value in the sequence.
The next value in the sequence. Not set when observable doesn't have a value type.
Partial interface type for observer defining a mandatory
next
method. Used to construct the actual Observer type.