You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
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")
The text was updated successfully, but these errors were encountered:
It would be nice to be able to call java functions (Single Abstract Method instances and
FunctionalInterface
instances) with the golo syntax; for instance:The text was updated successfully, but these errors were encountered: