In JavaPoet, how can I get a ParameterizedTypeName...
# squarelibraries
s
In JavaPoet, how can I get a ParameterizedTypeName with bounds that use
extends
and
super
? I’m trying to generate a method that accepts a
Function<? super T, ? extends U>