Hi all, I have a DataSet<Tuple3<Integer, Integer, Double> and I want to apply a filter to only get back all entries with e.g. first Integer in tuple == 0. With a normal filter I do not have the possibility to pass an an additional argument but I have to set that parameter inside the filter function. Is there a possibility to send a parameter to make the filter more flexible? How would be the smartest way to do so?
Best regards, Lydia