Collect<A extends E> method

Iterable<A> Collect<A extends E>()

Query-like Returns all matching elements as a lazy Iterable.

Implementation

Iterable<A> Collect<A extends E>() => _resolve().whereType<A>();