GroupMapping<T, K, V> class

Inheritance
Mixed in types

Constructors

GroupMapping(StreamNode<T> node, K grouper(T), Map<K, TransformNode<T, V>> groupNodes, V mapper(T))

Properties

grouper ↔ K Function(T)
getter/setter pair
groupNodes Map<K, TransformNode<T, V>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputs List<StreamNode>
no setteroverride
mapper ↔ V Function(T)
getter/setter pair
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
mapNode(K key) TransformNode<T, V>
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