meander: interop on Iterator

This commit is contained in:
Michiel Borkent 2022-03-19 11:34:20 +01:00 committed by GitHub
parent fc0bb83ca2
commit 25a57b483c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,9 @@
{:methods [{:name "disjoin"}]} {:methods [{:name "disjoin"}]}
clojure.lang.Indexed clojure.lang.Indexed
{:methods [{:name "nth"}]} {:methods [{:name "nth"}]}
java.util.Iterator
{:methods [{:name "hasNext"}
{:name "next"}]}
}) })
(def custom-map (def custom-map
@ -482,7 +485,6 @@
java.util.concurrent.atomic.AtomicLong java.util.concurrent.atomic.AtomicLong
java.util.Collection java.util.Collection
java.util.List java.util.List
java.util.Iterator
java.util.Map$Entry java.util.Map$Entry
~@(when features/xml? ['clojure.data.xml.node.Element])] ~@(when features/xml? ['clojure.data.xml.node.Element])]
:custom ~custom-map}) :custom ~custom-map})