Skip to content

Operator

+(_:_:)

Adds two futures and produces their sum
static func + <T>(lhs: EventLoopFuture<Value>, rhs: EventLoopFuture<Value>) -> EventLoopFuture<Value> where Value == [T], T : Equatable

See Also

EventLoopFuture operators