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
28 Created isAbsent due to name conflict. Now isEmpty works like it should with collections, arrays and charsequences. isAbsent is the one you want to check for null.
29 You can now chain a callback to a promise using thenCallback.