Filter class

The transform to get tuples that satisfy a certain predicate.

This may reduce the length of original value tuples.

See also:

  • Tuple, the original value tuple.
Inheritance

Constructors

Filter({required bool predicate(Tuple)})
Creates a filter transform.

Properties

hashCode int
The hash code for this object.
no setterinherited
predicate bool Function(Tuple)
The testing predicate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
override