Contents

AsyncThrowingMapSequence.Element

The type of element produced by this asynchronous sequence.

Declaration

typealias Element = Transformed

Discussion

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