protocol | since v0.0-927 | Edit |
ArrayNodeSeq
BlackNode
ChunkedCons
ChunkedSeq
Cons
Cycle
EmptyList
IndexedSeq
IntegerRange
Iterate
KeySeq
LazySeq
List
MapEntry
NodeSeq
ObjMap
PersistentArrayMap
PersistentArrayMapSeq
PersistentHashMap
PersistentHashSet
PersistentQueue
PersistentQueueSeq
PersistentTreeMap
PersistentTreeMapSeq
PersistentTreeSet
PersistentVector
RSeq
Range
RedNode
Repeat
Subvec
ValSeq
Protocol for creating an empty collection.
(defprotocol IEmptyableCollection
(-empty [coll]
"Returns an empty collection of the same category as coll. Used
by cljs.core/empty."))