Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
130
final
public
ISeq seq(){
131
return
this;
132
}
133
134
public
ISeq cons(Object o){
135
return
new
Cons(o, this);
Callers
7
equiv
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
toArray
Method · 0.95
isEmpty
Method · 0.95
contains
Method · 0.95
indexOf
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected