Skip to content

Type Method

whenTheySucceed(_:_:_:_:_:_:_:_:_:_:_:file:line:)

static func whenTheySucceed<A, B, C, D, E, F, G, H, I, J, K>(_ fA: EventLoopFuture<A>, _ fB: EventLoopFuture<B>, _ fC: EventLoopFuture<C>, _ fD: EventLoopFuture<D>, _ fE: EventLoopFuture<E>, _ fF: EventLoopFuture<F>, _ fG: EventLoopFuture<G>, _ fH: EventLoopFuture<H>, _ fI: EventLoopFuture<I>, _ fJ: EventLoopFuture<J>, _ fK: EventLoopFuture<K>, file: StaticString = #file, line: UInt = #line) -> EventLoopFuture<(A, B, C, D, E, F, G, H, I, J, K)> where Value == (A, B, C, D, E, F, G, H, I, J, K)

See Also

EventLoopFuture