Validated - Error accumulation
If all inputs are correct, Form.init is invoked
with the corresponding values:
errorAccummulation(firstName: "Tomás",
lastName: "Ruiz-López",
birthday: Date(timeIntervalSince1970 10),
documentId: "12345678T",
phoneNumber: "666111222",
email: "
[email protected]")
Valid(Form(firstName: "Tomás", lastName: "Ruiz-López",
birthday: 1970-01-01 00 00 10 +0000,
documentId: "12345678T",
phoneNumber: "666111222",
email: "
[email protected]"))
@tomasruizlopez | #AltConfMadrid | @bow_swift