Hi,
today, I have committed a first version of a FluentIterable
(COLLECTIONS-464).
Example usage:
List result =
FluentIterable
.of(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
.filter(new Predicate() {
public boolean evaluate(Integer number) {
return number % 2 == 0;
}
This VOTE has passed.
+1 votes from
Oliver Heger*
Phil Steitz*
Gary Gregory*
Bruno Kinoshita
and no other votes.
*Commons PMC
Thanks!
Phil
On 5/22/15 8:51 AM, Phil Steitz wrote:
> This is a vote to release version 2.4 of Apache Commons Pool based
> on RC1.
>
> Here is the release candidate: