codyoss
06/22/2018, 4:46 AMdiesieben07
06/22/2018, 8:10 AMFoo
should be parameterized, not Foo#addElem
.codyoss
06/22/2018, 2:48 PMFoo<>
so that it could accept both?diesieben07
06/22/2018, 2:51 PMMutableList<Bar<out Any, out Any>>
bdawg.io
06/26/2018, 10:54 PMBar<in T, out R>
. You can’t declare out
on a method parameter type