Matthew Hall
03/05/2019, 5:39 PMkarelpeeters
03/05/2019, 5:44 PMkarelpeeters
03/05/2019, 5:46 PMList
implements Iteratable
and they're both mapped to the respective Java type.fred.deschenes
03/05/2019, 6:02 PMMatthew Hall
03/05/2019, 9:46 PMkarelpeeters
03/05/2019, 10:22 PMaraqnid
03/06/2019, 10:26 AMaraqnid
03/06/2019, 10:28 AMaraqnid
03/06/2019, 10:31 AMaraqnid
03/06/2019, 10:37 AMkarelpeeters
03/06/2019, 11:10 AMMatthew Hall
03/08/2019, 5:48 PMEnum
, we get the erased type--which for an out MyEnum
type variable just gives MyEnum.class
.Matthew Hall
03/08/2019, 5:49 PM? extends Foo
to just Foo
for our use case