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
KeyTreeLike now has 2 generic parameters and getParent(), getChild(), and getChildren() return type KeyTreeLike<K, D> instead of an intermediate P generic type. If needed, customize the return types by creating a sub-interface with more specific return types.