Liking cljdoc? Tell your friends :D

criterium.transducer.interfaces

Interfaces for primitive transducer operations.

Interface hierarchy:

  • ILLLReducible: reduce with primitive long accumulator
  • IDDDReducible: reduce with primitive double accumulator
  • IOLOReducible: reduce long elements into array
  • IODOReducible: reduce double elements into array
  • ILongReducible: extends ILLLReducible, IOLOReducible
  • IDoubleReducible: extends IDDDReducible, IODOReducible
  • IPrimOps: transduce/reduce/into/range operations
Interfaces for primitive transducer operations.

Interface hierarchy:
- ILLLReducible: reduce with primitive long accumulator
- IDDDReducible: reduce with primitive double accumulator
- IOLOReducible: reduce long elements into array
- IODOReducible: reduce double elements into array
- ILongReducible: extends ILLLReducible, IOLOReducible
- IDoubleReducible: extends IDDDReducible, IODOReducible
- IPrimOps: transduce/reduce/into/range operations
raw docstring

No vars found in this namespace.

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close