hudsonb
02/01/2019, 1:59 PMvalueSelector
the last parameter in the binBy
methods (the ones that don't also have a groupOp
at least). This would allow the following:
val avgWbccByAgeRange = patients.binByInt(binSize = 10, rangeStart = 20) { it.age }
.averageByInt { it.whiteBloodCellCount }