CounterObserver

Undocumented in source.

Members

Functions

completed
void completed()
Undocumented in source. Be warned that the author may not have intended to support it.
failure
void failure(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
hasNotBeenCalled
bool hasNotBeenCalled()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

completedCount
size_t completedCount;
Undocumented in source.
failureCount
size_t failureCount;
Undocumented in source.
lastException
Exception lastException;
Undocumented in source.
lastValue
T lastValue;
Undocumented in source.
putCount
size_t putCount;
Undocumented in source.

Meta