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

Method seq

src/jvm/clojure/lang/ASeq.java:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130final public ISeq seq(){
131 return this;
132}
133
134public ISeq cons(Object o){
135 return new Cons(o, this);

Callers 7

equivMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toArrayMethod · 0.95
isEmptyMethod · 0.95
containsMethod · 0.95
indexOfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected