Skip to content

Instance Method

sequencedFlatMapEach(_:)

An overload of sequencedFlatMapEach(_:) which returns a Void future instead of [Void] when the result type of the transform closure is Void.
func sequencedFlatMapEach(_ transform: @escaping (Value.Element) -> EventLoopFuture<Void>) -> EventLoopFuture<Void>