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
It would be beneficial to include instance type in vector, maps and sets. Something as users = new Vector<User>(). Because overriding an instance with a type assertion ('as') is occasionally very painful
If you'd like, I can push a solution because I have a working example. 😄