Constructor of LazySeq
This commit is contained in:
parent
f9131b2979
commit
b9fa877cd7
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@
|
||||||
clojure.lang.APersistentVector
|
clojure.lang.APersistentVector
|
||||||
{:methods [{:name "indexOf"}]}
|
{:methods [{:name "indexOf"}]}
|
||||||
clojure.lang.LazySeq
|
clojure.lang.LazySeq
|
||||||
{:methods [{:name "indexOf"}]}
|
{:allPublicConstructors true,
|
||||||
|
:methods [{:name "indexOf"}]}
|
||||||
clojure.lang.ILookup
|
clojure.lang.ILookup
|
||||||
{:methods [{:name "valAt"}]}
|
{:methods [{:name "valAt"}]}
|
||||||
clojure.lang.IPersistentMap
|
clojure.lang.IPersistentMap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue