MatchUseCase<T> class

Implemented types

Constructors

MatchUseCase({Iterable<T> data = const [], Iterable<MatchAction<T>> matchers = const []})
const

Properties

data Iterable<T>
final
hashCode int
The hash code for this object.
no setterinherited
matchers Iterable<MatchAction<T>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

countMatchedItems() int
Возвращает количество элементов, подходящих под матчеры.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() MatchUseCaseResult<T>
Применяет текущие матчеры.
override
toString() String
A string representation of this object.
inherited

Operators

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