SourceListenable<T> class abstract base

Implemented types
Available extensions
Annotations

Constructors

SourceListenable()

Properties

composing SourceListenable<TextRange>

Available on SourceListenable<TextEditingValue>, provided by the SourceTextEditingValueExtension extension

no setter
hashCode int
The hash code for this object.
no setterinherited
isBlank SourceListenable<bool>

Available on SourceListenable<String>, provided by the StringSourceExtensions extension

no setter
isEmpty SourceListenable<bool>

Available on SourceListenable<String>, provided by the StringSourceExtensions extension

no setter
isNull SourceListenable<bool>

Available on SourceListenable<T?>, provided by the ObjectSourceExtensions extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection SourceListenable<TextSelection>

Available on SourceListenable<TextEditingValue>, provided by the SourceTextEditingValueExtension extension

no setter
text SourceListenable<String>

Available on SourceListenable<TextEditingValue>, provided by the SourceTextEditingValueExtension extension

no setter

Methods

contains(T? element) SourceListenable<bool>

Available on SourceListenable<Iterable<T>>, provided by the IterableSourceExtensions extension

listen(SourceListener<T> listener) SourceSubscription<T>
listenImmediately(SourceImmediatelyListener<T> listener) SourceSubscription<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select<R>(R selector(T state)) SourceListenable<R>

Available on Source<T>, provided by the SourceExtensions extension

select<R>(R selector(T state)) SourceListenable<R>

Available on SourceListenable<T>, provided by the SourceListenableExtensions extension

selectWith<R, A>(A arg, R selector(A arg, T state)) SourceListenable<R>

Available on Source<T>, provided by the SourceExtensions extension

selectWith<R, A>(A arg, R selector(A arg, T state)) SourceListenable<R>

Available on SourceListenable<T>, provided by the SourceListenableExtensions extension

toString() String
A string representation of this object.
inherited
where(bool condition(T previous, T next)) SourceListenable<T>

Available on Source<T>, provided by the SourceExtensions extension

where(bool condition(T previous, T next)) SourceListenable<T>

Available on SourceListenable<T>, provided by the SourceListenableExtensions extension

Operators

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