Skip to content

Function

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

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

See Also

Optionals