You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, a class displays only the interfaces it implements directly. This means the user has to traverse through its entire inheritance tree to find everything it implements—for example, it's not clear that Utf8Decoder implements StreamTransformer, even though that's an important part of how it's used.
The text was updated successfully, but these errors were encountered:
Right now, a class displays only the interfaces it implements directly. This means the user has to traverse through its entire inheritance tree to find everything it implements—for example, it's not clear that
Utf8Decoder
implementsStreamTransformer
, even though that's an important part of how it's used.The text was updated successfully, but these errors were encountered: