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
Often it is easier to just return a Collection that contains the data points. Therefore I think it will be helpful to allow additional return types for those methods.
I suggest Iterable, but at least Collection should be allowed.