Generic Type Alias 総称体型エイリアス

LazyFilterCollection

A lazy Collection wrapper that includes the elements of an underlying collection that satisfy a predicate. 遅延なCollectionラッパー、それは根底にあるコレクションの要素のうち、ある述部を満足させるものを含めます。

Declaration 宣言

typealias LazyFilterCollection<T> = LazyFilterSequence<T> where T : Collection

Discussion 解説

Topics 話題

Type Aliases 型エイリアス

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Subscripts 添え字

See Also 参照

Lazy Wrappers 遅延ラッパー