CopyNode<T> class

Inheritance

Constructors

CopyNode({String? name})

Properties

controller StreamController<T>
final
hashCode int
The hash code for this object.
no setterinherited
inputs List<StreamNode>
no setteroverride
name String?
getter/setter pairinherited
outputType String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<T>
no setter

Methods

addSchedule({String? name, required Iterable<Schedule<T>> schedule}) ScheduleNode<T>
inherited
attach(Map<StreamNode, Stream> existingStreams) MapEntry<StreamController<T>, StreamSubscription<T>>
compareTo(dynamic other) int
Compares this object to another object.
inherited
convert<U>(U converter(Stream<T>), {String? name}) ConversionNode<T, U>
inherited
groupBy<T, K>(StreamNode<T> node, K grouper(T), {required List<K> possibleGroups, String? name}) Grouping<T, K>
inherited
groupMapBy<K, V>({required K grouper(T), required V mapper(T), required List<K> possibleGroups, String? name}) GroupMapping<T, K, V>
inherited
map<U>(U mapper(T), {String? name}) TransformNode<T, U>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
partition(bool predicate(T x), {String? nameForMatches, String? nameForNonMatches}) Partitioning<T>
inherited
streamTransformer(StreamTransformer<T, T> transformer(StreamNode<T>)) StreamTransformer<T, T>
inherited
toString() String
A string representation of this object.
inherited
transform<U>(StreamTransformer<T, U> transformer, {String? name}) TransformNode<T, U>
inherited
where(bool predicate(T), {String? name}) FilterNode<T>
inherited
whereType<U extends T>({String? name}) FilterNode<T>
inherited
withDoOnData(Stream<T> input, void onData(dynamic, StreamNode<T>)) Stream<T>
inherited

Operators

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