bobobear / lambdaj

Automatically exported from code.google.com/p/lambdaj
Apache License 2.0
0 stars 0 forks source link

Allow invocations also on closure's variables #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow to have (sequence of) invocation also on closure's variables as in the 
following example:

Closure println = closure(); {
    of(System.out).println(var(Person.class).getFirstName());
}
println.apply(new Person("Mario"));

Original issue reported on code.google.com by mario.fu...@gmail.com on 9 May 2011 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by mario.fu...@gmail.com on 9 May 2011 at 9:12