Liking cljdoc? Tell your friends :D

hara.object.element.common


-element-paramscljmultimethod

base method for extending :params entry for all element types

base method for extending `:params` entry for all element types
raw docstring

-format-elementcljmultimethod

base method for extending toString entry for all element types

base method for extending `toString` entry for all element types
raw docstring

-invoke-elementcljmultimethod

base method for extending invoke for all element types

base method for extending `invoke` for all element types
raw docstring

-to-elementcljmultimethod

base method for extending creating an element from java.reflect objects

base method for extending creating an element from java.reflect objects
raw docstring

assignable?clj

(assignable? current base)

checks whether a class is assignable to another in sequence (assignable? [String] [CharSequence]) => true

(assignable? [String Integer Long] [CharSequence Number Number]) => true

(assignable? [CharSequence] [String]) => false

checks whether a class is assignable to another in sequence
(assignable? [String] [CharSequence])
=> true

(assignable? [String Integer Long] [CharSequence Number Number])
=> true

(assignable? [CharSequence] [String])
=> false
raw docstring

context-classclj

(context-class obj)

If x is a class, return x otherwise return the class of x

(context-class String) => String

(context-class "") => String

If x is a class, return x otherwise return the class of x

(context-class String)
=> String

(context-class "")
=> String
raw docstring

elementclj

(element body)

creates a element from a map

(element {}) => hara.object.element.common.Element

creates a element from a map

(element {})
=> hara.object.element.common.Element
raw docstring

element?clj

(element? x)

checker for the element type

(element? (element {})) => true

checker for the element type

(element? (element {}))
=> true
raw docstring

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

× close