eclipse-vertx / eclipse-vertx/vertx-codegen
Extended function support
Open
- Dominant language
- Java
- Stars
- 111
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Currently we support `java.util.function.Function`, we could extend it to support any functional interface declaring one parameter and a non void return type, so `Function`, `IntToLongFunction`.
This will require to have proper support in code generators (JavaScript, Ceylon and Scala).
Contributor guide
Assessment
This issue has not been assessed yet.