Re: [functor] Using [fucntor] functional interfaces with Java 8 lambdas

2012-12-22 Thread Bruno P. Kinoshita
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/

Re: [functor] Using [fucntor] functional interfaces with Java 8 lambdas

2012-12-21 Thread Simone Tripodi
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

Re: [functor] Using [fucntor] functional interfaces with Java 8 lambdas

2012-12-21 Thread Matt Benson
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

[functor] Using [fucntor] functional interfaces with Java 8 lambdas

2012-12-21 Thread Bruno P. Kinoshita
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)