Filter<T> class abstract

An abstract class defining a filter interface.

A generic filter that checks whether a given item satisfies certain conditions. Used as a building block for more specific filter types.

Constructors

Filter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(T item) bool
Determines if the provided item passes the filter criteria.
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