LazyFilterCollection
A lazy Collection wrapper that includes the elements of an underlying collection that satisfy a predicate.
Declaration
typealias LazyFilterCollection<T> = LazyFilterSequence<T> where T : CollectionA lazy Collection wrapper that includes the elements of an underlying collection that satisfy a predicate.
typealias LazyFilterCollection<T> = LazyFilterSequence<T> where T : Collection