Re: [LANG] Request for Comments for LANG-1417

2018-08-29 Thread Benedikt Ritter
Am Di., 28. Aug. 2018 um 18:52 Uhr schrieb Pascal Schumacher < pascalschumac...@gmx.net>: > Hi Benedikt, > > not sure if anything is gained this change. > > It is already possible use lambda expressions or method references > instead of ThreadPredicate/ThreadGroupPredicate. > > Users will have to

Re: [LANG] Request for Comments for LANG-1417

2018-08-28 Thread Pascal Schumacher
Hi Benedikt, not sure if anything is gained this change. It is already possible use lambda expressions or method references instead of ThreadPredicate/ThreadGroupPredicate. Users will have to change their code to avoid deprecation warnings. I would prefer to just annotate ThreadPredicate

[LANG] Request for Comments for LANG-1417

2018-08-28 Thread Benedikt Ritter
Hi, I've implemented a proposal to get rid of ThreadPredicate and ThreadGroupPredicate in ThreadUtils [1]. I have two questions about this issue: 1) It does not seem possible to let our custom pre Java 8 predicates extend java.util.function.Predicate. I've explained why I think this is not