Grouping<T, K> class

Inheritance
Mixed in types

Constructors

Grouping(StreamNode<T> node, K grouper(T), Map<K, FilterNode<T>> groupNodes)

Properties

grouper ↔ K Function(T)
getter/setter pair
groupNodes Map<K, FilterNode<T>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputs List<StreamNode>
no setteroverride
name String?
getter/setter pairinherited
node StreamNode<T>
getter/setter pair
outputType String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(dynamic other) int
Compares this object to another object.
inherited
groupNode(K key) FilterNode<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