Generic Structure

AsyncThrowingMapSequence

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

Declaration 宣言

struct AsyncThrowingMapSequence<Base, Transformed> where Base : AsyncSequence

Topics 話題

Type Aliases 型エイリアス

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

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