Generic Structure

AsyncThrowingCompactMapSequence

An asynchronous sequence that maps an error-throwing closure over the base sequence’s elements, omitting results that don’t return a value. ある非同期シーケンス、それはあるエラースロークロージャを基底シーケンスのもつ要素のすべてにわたってマップします、値を返さない結果を省きます。

Declaration 宣言

struct AsyncThrowingCompactMapSequence<Base, ElementOfResult> where Base : AsyncSequence

Topics 話題

Type Aliases 型エイリアス

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

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