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
I miss the existence of the ignore method because it is documented separately in the Extensions section
In this case, ignore is implemented as an extension method for compatibility reasons (adding a method to an existing class can break 3p code that implements that class) not because it is logically separate from the class.
Ideally, if the extension method is defined in the same package, it would be documented with the class or, at minimum, a link to the related extensions should be shown.
The text was updated successfully, but these errors were encountered:
Motivation:
Future
sFuture<T>
documentation pageignore
method because it is documented separately in theExtensions
sectionIn this case,
ignore
is implemented as an extension method for compatibility reasons (adding a method to an existing class can break 3p code thatimplements
that class) not because it is logically separate from the class.Ideally, if the extension method is defined in the same package, it would be documented with the class or, at minimum, a link to the related extensions should be shown.
The text was updated successfully, but these errors were encountered: