Interval<T> class

Inheritance

Constructors

Interval(Duration duration, {required bool after(StreamElement<Lifecycle<T>>), required StreamCondition stopWhen, required T emit})

Properties

after bool Function(StreamElement<Lifecycle<T>>)
final
duration Duration
finalinherited
emit Lifecycle<T>
no setteroverride
emitElem → T
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopWhen StreamCondition
final

Methods

call(StreamElement<Lifecycle<T>> value, Map<StreamNode, Stream> streams) Stream<Lifecycle<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited