Function
strictMap(_:_:_:_:_:_:_:_:)
strictMap(_:_:) over 7 optionals.func strictMap<A, B, C, D, E, F, G, Res>(_ a: A?, _ b: B?, _ c: C?, _ d: D?, _ e: E?, _ f: F?, _ g: G?, _ transform: (A, B, C, D, E, F, G) throws -> Res) rethrows -> Res?
See Also
Optionals
strictMap(_:_:)Given one or more optionals as inputs, checks whether each input isnil. If any input isnil,nilis immediately returned as an overall results. If all of the inputs have values, thetransformcallback is invoked with all of the unwrapped values as parameters.strictMap(_:_:_:)strictMap(_:_:)over 2 optionals.strictMap(_:_:_:_:)strictMap(_:_:)over 3 optionals.strictMap(_:_:_:_:_:)strictMap(_:_:)over 4 optionals.strictMap(_:_:_:_:_:_:)strictMap(_:_:)over 5 optionals.strictMap(_:_:_:_:_:_:_:)strictMap(_:_:)over 6 optionals.strictMap(_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 8 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 9 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 10 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 11 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 12 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 13 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 14 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 15 optionals.strictMap(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)strictMap(_:_:)over 16 optionals.