Generic Structure

AsyncCompactMapSequence

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

Declaration 宣言

struct AsyncCompactMapSequence<Base, ElementOfResult> where Base : AsyncSequence

Topics 話題

Type Aliases 型エイリアス

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

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