OptionalIntMixin mixin

Superclass Constraints
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
isDisposed bool
no setterinherited
latest int?
最新的值
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addError(Object error, [StackTrace? stackTrace]) → void
inherited
dispose() → void
关闭流
inherited
distinct([bool test(int? previous, int? next)?]) Stream<int?>
inherited
invalidate([int? newData]) → void
重新发送数据 用户修改数据后刷新的场景
inherited
map<S>(S convert(int? event)) Stream<S>
inherited
minus([int value = 1]) int?
减一个值 并发射
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plus([int value = 1]) int?
加一个值 并发射
reset() → void
清理保存的值, 恢复成初始状态
inherited
runtimeSummary() String
运行时概要
inherited
sample(Duration duration) Stream<int?>
inherited
toString() String
A string representation of this object.
inherited
where(bool test(int? event)) Stream<int?>
inherited
whereType<R>() Stream<R>
inherited

Operators

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