Skip to content

Function

strictMap(_:_:_:_:_:_:)

strictMap(_:_:) over 5 optionals.
func strictMap<A, B, C, D, E, Res>(_ a: A?, _ b: B?, _ c: C?, _ d: D?, _ e: E?, _ transform: (A, B, C, D, E) throws -> Res) rethrows -> Res?

See Also

Optionals