MCPcopy Index your code
hub / github.com/clojure/clojure / next

Method next

src/jvm/clojure/lang/LazySeq.java:122–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122public ISeq next(){
123 seq();
124 if(s == null)
125 return null;
126 return s.next();
127}
128
129public ISeq more(){
130 seq();

Callers

nothing calls this directly

Calls 2

seqMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected