Interval<T> class
Constructors
-
Interval(Duration duration, {required bool after(StreamElement<
Lifecycle< ), required StreamCondition stopWhen, required T emit})T> >
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< value, Map<T> >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