Generic Structure

AsyncMapSequence

An asynchronous sequence that maps the given closure over the asynchronous sequence’s elements. ある非同期シーケンス、それは与えられたクロージャを非同期シーケンスのもつ要素のすべてにわたってマップします。

Declaration 宣言

struct AsyncMapSequence<Base, Transformed> where Base : AsyncSequence

Topics 話題

Type Aliases 型エイリアス

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

Transforming a Sequence シーケンスを変形する