Liking cljdoc? Tell your friends :D

clojure-guava.wrappers.internal


define-wrappercljmacro

(define-wrapper suffix type)

Define a Clojure wrapper for the immutable Guava collection type indicated by the suffix.

  • suffix is the part of the Guava class name following `Immutable'
  • type is one of :set, :multiset, :map, :multimap, :bimap
Define a Clojure wrapper for the immutable Guava collection type indicated
by the suffix.

* suffix is the part of the Guava class name following `Immutable'
* type is one of :set, :multiset, :map, :multimap, :bimap
sourceraw docstring

define-wrapperscljmacro

(define-wrappers & suffixes-and-types)
source

emit-delegating-implsclj

(emit-delegating-impls t o & keys-and-arities)
source

emit-not-implementedclj

(emit-not-implemented & keys-and-arities)
source

extra-implscljmultimethod

source

implementcljmultimethod

source

not-implementedclj

(not-implemented m)
source

PBiMapcljprotocol

do-invertclj

(do-invert this)
source

PUnwrapcljprotocol

do-unwrapclj

(do-unwrap this)
source

PWrapcljprotocol

do-wrapclj

(do-wrap this)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close