at method

Finder at (int index)

Returns a variant of this finder that only matches the element at the given index matched by this finder.

Implementation

Finder at(int index) => _IndexFinder(this, index);