AsyncFilterSequence.Element
The type of element produced by this asynchronous sequence.
Declaration
typealias Element = Base.ElementDiscussion
The filter sequence produces whatever type of element its base sequence produces.
The type of element produced by this asynchronous sequence.
typealias Element = Base.ElementThe filter sequence produces whatever type of element its base sequence produces.