vert-x3 / vertx-lang-ruby

Vert.x Ruby support
Apache License 2.0
14 stars 12 forks source link

Generics improvements #23

Closed vietj closed 7 years ago

vietj commented 7 years ago

Provides support for GenericApi<String> as argument and return types and support for <U> GenericApi<U> m(Class<U>) or even U m(Class<U>)