adam-mcneilly
data .filter { it.hasErrors } .map { it.error } .any { it is MyException } .apply { if (this) doThing() }