Contents

Publishers.CollectByTime.Output

The kind of values published by this publisher.

Declaration

typealias Output = [Upstream.Output]

Discussion

This publisher publishes arrays of its upstream publisher’s output type.

See Also

Declaring supporting types