(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`.
(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`.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close