Extended Protocol
Collection
extension Collection
Topics
Instance Methods
flatten(on:)Converts a collection ofEventLoopFutures to anEventLoopFuturethat wraps an array with the future values.sequencedFlatMapEach(on:_:)An overload ofsequencedFlatMapEach(on:_:)which returns aVoidfuture instead of[Void]when the result type of the transform closure isVoid.sequencedFlatMapEachCompact(on:_:)Variant ofsequencedFlatMapEach(on:_:)which providescompactMap()semantics by allowing result values to benil. Such results are not included in the output array.