Closed hohwille closed 8 years ago
As GenericType is already introspecting collection and map types it should expose convenience methods isCollection() and isMap() to make life of API users easier.
GenericType
isCollection()
isMap()
Done.
As
GenericType
is already introspecting collection and map types it should expose convenience methodsisCollection()
andisMap()
to make life of API users easier.