Hello all what is the difference between <Any&g...
# android
v
Hello all what is the difference between <Any> and <*> for generics
g
They have different semantics, but practically <*> will work as <Any?>
s
Not quite. <*> can be Any?, Unit and Nothing. And <Any> only Any, not Any? or Unit