Maybe. You could spend a lot of time making a gene...
# minutest
d
Maybe. You could spend a lot of time making a general, configurable thing that in practice was less useable than
Copy code
fun buildRow(firstName: String, secondName: String, dob: LocalDate, shouldReject: Boolean) =
    Person(firstName, secondName, dob) to shouldReject