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

Method conj

src/jvm/clojure/lang/ITransientCollection.java:17–17  ·  view source on GitHub ↗
(Object val)

Source from the content-addressed store, hash-verified

15public interface ITransientCollection{
16
17ITransientCollection conj(Object val);
18
19IPersistentCollection persistent();
20}

Callers 3

createMethod · 0.65
createWithCheckMethod · 0.65
invokeMethod · 0.65

Implementers 2

ATransientMapsrc/jvm/clojure/lang/ATransientMap.jav
TransientVectorsrc/jvm/clojure/lang/PersistentVector.

Calls

no outgoing calls

Tested by

no test coverage detected