Contents

AsyncThrowingCompactMapSequence.Element

The type of element produced by this asynchronous sequence.

Declaration

typealias Element = ElementOfResult

Discussion

The compact map sequence produces whatever type of element its transforming closure produces.