TimeInterval<T> class
A class that represents a snapshot of the current value emitted by a
Stream
, at a specified interval.
Constructors
- TimeInterval(T value, Duration interval)
-
Constructs a snapshot of a
Stream
, containing theStream
's event at the specifiedinterval
asvalue
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override