golo-lang icon indicating copy to clipboard operation
golo-lang copied to clipboard

Call java SAM and FI as regular functions

Open yloiseau opened this issue 8 years ago • 0 comments

It would be nice to be able to call java functions (Single Abstract Method instances and FunctionalInterface instances) with the golo syntax; for instance:

let comp = java.util.Comparator.reverseOrder()
comp("foo", "bar") # instead of comp: compare("foo", "bar")

yloiseau avatar Jul 10 '17 06:07 yloiseau