Liking cljdoc? Tell your friends :D

clj-delegate.transforms


*default-transforms*clj

source

abstraction?|clj

(abstraction?| & abstractions)

Returns a method descriptor predicate that returns true if it matches one of the given abstractions.

Returns a method descriptor predicate that returns true if it
matches one of the given `abstractions`.
sourceraw docstring

and|clj

source

apply-transformsclj

(apply-transforms delegate transforms methods)
source

literally|clj

(literally| method-spec)

Returns a method descriptor transformer that will make the method conform to the passed method spec.

Returns a method descriptor transformer that will make the
method conform to the passed method `spec`.
sourceraw docstring

method?|clj

(method?| & signatures)

Returns a method descriptor predicate that return true if it matches one of the given method signatures. A method signature here means a vector like [ClassInterfaceOrProto method-name args-vec]

The this initial argument is implicit and should not be stated in args-vec.

For now, only the number of args in args-vec is taken into account.

Returns a method descriptor predicate that return true if it
matches one of the given method signatures.
A method signature here means a vector like
  `[ClassInterfaceOrProto method-name args-vec]`

The `this` initial argument is implicit and should not be stated
in `args-vec`.

For now, only the number of args in `args-vec` is taken into account.
sourceraw docstring

not|clj

source

or|clj

source

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

× close