IntInput class

只接收int类型数据的Input

Inheritance
Mixed in types

Constructors

IntInput({required int seedValue, required String semantics, bool sync = true, bool isBehavior = true, bool acceptEmpty = true, bool isDistinct = false, int? min, int? max, int? remainder, bool printLog = true, int onReset()?, PersistConfig<int>? persistConfig})

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

add(int data) int?
发射数据
inherited
addError(Object error, [StackTrace? stackTrace]) → void
inherited
addIfAbsent(int data) int?
inherited
addStream(Stream<int> source, {bool cancelOnError = true}) Future<int?>
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
mapToString([String mapper(int)?]) Stream<String>
inherited
minus([int value = 1]) int?
减一个值 并发射
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plus([int value = 1]) int?
加一个值 并发射
inherited
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