It is predicate, we can replace the annoymous local class with a Predicate implementation:
Predicate<String> checkLength = str -> str.length()>5 && str.length()<10;
boolean res = checkLength("Hello");
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Sigamani
Highly Voted 3 years, 2 months agoJME_CHG
Highly Voted 3 years, 4 months agoshivkumarx
Most Recent 3 months, 1 week agoasdfjhfgjuaDCV
4 months, 1 week agosteefaand
5 months, 1 week agoMatthewTannous
1 year, 11 months ago