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

LazyMapCollection

A Collection whose elements consist of those in a Base Collection passed through a transform function returning Element. These elements are computed lazily, each time they’re read, by calling the transform function on a base element. あるCollection、その要素はBase Collectionの中のものから成り、Elementを返す変換関数を通して渡されます。これらの要素は、それらが読み出されるたびに、基盤要素上で変換関数を呼び出すことによって遅延計算されます。

Declaration 宣言

typealias LazyMapCollection<T, U> = LazyMapSequence<T, U> where T : Collection

Topics 話題

Type Aliases 型エイリアス

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

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

Subscripts 添え字

See Also 参照

Lazy Wrappers 遅延ラッパー