lopers List ; Bruno P. Kinoshita
>
> Cc:
> Sent: Friday, December 21, 2012 7:37 PM
> Subject: Re: [functor] Using [fucntor] functional interfaces with Java 8
> lambdas
>
> AMAZING
>
> congrats Bruno!
> -Simo
>
> http://people.apache.org/~simonetripodi/
AMAZING
congrats Bruno!
-Simo
http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/
On Fri, Dec 21, 2012 at 8:22 PM, Bruno P. Kinoshita
wrote:
> Hi all,
>
> Just wanted to let you guys know that I am successfully
Very exciting! Thanks, Bruno!
Matt
On Fri, Dec 21, 2012 at 1:22 PM, Bruno P. Kinoshita <
brunodepau...@yahoo.com.br> wrote:
> Hi all,
>
> Just wanted to let you guys know that I am successfully compiling and
> executing code using [functor] and Java 8. And am also using [functor]
> functional
Hi all,
Just wanted to let you guys know that I am successfully compiling and executing
code using [functor] and Java 8. And am also using [functor] functional
interfaces with lambdas.
So instead of writing:
UnaryPredicate isEven = new UnaryPredicate() {
public boolean test(Integer obj)