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
In #6840, the @NonNull annotation was added to various class generic types, including MaybeSource.
However, the annotation was omitted from Maybe itself. Was this intentional or was it just overlooked?
Apologies if this has been asked before, but I couldn't find any related issues/PRs.
The text was updated successfully, but these errors were encountered:
In #6840, the
@NonNull
annotation was added to various class generic types, includingMaybeSource
.However, the annotation was omitted from
Maybe
itself. Was this intentional or was it just overlooked?Apologies if this has been asked before, but I couldn't find any related issues/PRs.
The text was updated successfully, but these errors were encountered: