filter By Values
fun filterByValues(filter: (ScreenTimeAggregate) -> Boolean): TimeSeries.ScreenTimeAggregateTimeSeries
This function helps filtering the TimeSeries for elements that follow a certain rule in the values. Provide a lambda that receives a Double and returns a boolean.