Closed natefaubion closed 10 years ago
It's assumed that unapply returns an array or null, and unapplyObject returns an object or null, so we shouldn't ave to do the tag check on the result. Just check r != null.
unapply
unapplyObject
r != null
It's assumed that
unapply
returns an array or null, andunapplyObject
returns an object or null, so we shouldn't ave to do the tag check on the result. Just checkr != null
.