GitHub user britter opened a pull request:
https://github.com/apache/commons-lang/pull/349
LANG-1417: Deprecate ThreadPredicate and ThreadGroupPredicate in favoâ¦
â¦r of java.util.function.Predicate
I don't see a way to let ThreadGroupPredicate and ThreadPredicate inherit
from java.util.function.Predicate. See my comment in
[LANG-1417](https://issues.apache.org/jira/browse/LANG-1417). @salyh as author
of the initial implementation, can you have a look please? Am I missing
something?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/britter/commons-lang LANG-1417
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/349.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #349
----
commit a5a3b374b1f1ef0c7b7746e58a0dde19303e4492
Author: Benedikt Ritter <britter@...>
Date: 2018-08-28T08:22:40Z
LANG-1417: Deprecate ThreadPredicate and ThreadGroupPredicate in favor of
java.util.function.Predicate
----
---