mbickel
03/30/2017, 5:17 PMmap operation, and I have a list of conditional mutators I want to run on it:
.map { frame -> renamers.forEach { it.applyIfMatching(frame) } }
But map needs the modified frame, which applyIfMatching happily returns (but is discarded by forEach)