[bisq-network/bisq] Persistence redesign (#4589)

chimp1984 notifications at github.com
Sun Oct 4 18:07:44 UTC 2020


@chimp1984 commented on this pull request.



>      public Stream<T> stream() {
         return list.stream();
     }
 
-    private interface ExcludesDelegateMethods<T> {
-        Stream<T> stream();
+    public int size() {
+        return list.size();
+    }
+
+    public boolean contains(T thing) {

Agree.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4589#discussion_r499272862
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201004/205d09ea/attachment.html>


More information about the bisq-github mailing list