clojure.core.protocols
C
Protocol for collection types that can implement reduce faster than first/next recursion. Called by clojure.core/reduc...
value- protocol-method
([coll f] [coll f val])
D
- value
return a representation of o as data (default identity)
protocol-method([o])
I
Protocol for concrete associative types that can reduce themselves via a function of key and val faster than first/ne...
valueProtocol for concrete seq types that can reduce themselves faster than first/next recursion. Called by clojure.core/r...
value- protocol-method
([seq f start])
- function
([iter f] [iter f val])
K
- protocol-method
([amap f init])