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's common to have wrapper classes around collections that implement Iterable to still allow iterating over the collection but also add additional information about the collection. Currently these classes are considered collection like and thus handled like a collection in the mapping sub-system. We should only consider a type a collection like type it if is either Iterable or assignable to Collection