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
{{ message }}
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
change signature of list(Key) method: why we don't use Flowable? It fits better rx nature, in my opinion.
add error-free value() method. Currently we need to use exists().andThen(value()) approach to be sure that object exists in the storage. We can alter value() method to return Maybe (or we can add new method).