meander: interop on Iterator
This commit is contained in:
parent
fc0bb83ca2
commit
25a57b483c
1 changed files with 3 additions and 1 deletions
|
|
@ -110,6 +110,9 @@
|
|||
{:methods [{:name "disjoin"}]}
|
||||
clojure.lang.Indexed
|
||||
{:methods [{:name "nth"}]}
|
||||
java.util.Iterator
|
||||
{:methods [{:name "hasNext"}
|
||||
{:name "next"}]}
|
||||
})
|
||||
|
||||
(def custom-map
|
||||
|
|
@ -482,7 +485,6 @@
|
|||
java.util.concurrent.atomic.AtomicLong
|
||||
java.util.Collection
|
||||
java.util.List
|
||||
java.util.Iterator
|
||||
java.util.Map$Entry
|
||||
~@(when features/xml? ['clojure.data.xml.node.Element])]
|
||||
:custom ~custom-map})
|
||||
|
|
|
|||
Loading…
Reference in a new issue