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
The Iterable interface exposed by the cursor API exposes a first() method making get() redundant. This enhancement will realign around that interface more cohesively and make for a more consistent API.
The text was updated successfully, but these errors were encountered:
rename get -> first
asList -> list
The Iterable interface exposed by the cursor API exposes a first() method making get() redundant. This enhancement will realign around that interface more cohesively and make for a more consistent API.
The text was updated successfully, but these errors were encountered: