Liking cljdoc? Tell your friends :D

clj-rpe.utils


access-fieldclj

(access-field o fname)

Return an ordered set of o'sfname' field value. If there's no such field, return an empty ordered set.

Return an ordered set of `o's `fname' field value.
If there's no such field, return an empty ordered set.
sourceraw docstring

into-osetclj

(into-oset x)
(into-oset s x)

Return an ordered set representation of x' or the union ofs' and `x'. For a single-valued object or a map, an ordered set containing it is returned. For multi-valued objects (Collections, Iterators, Enumerations, arrays), the returned ordered set contains all their values.

Return an ordered set representation of `x' or the union of `s' and `x'.
For a single-valued object or a map, an ordered set containing it is
returned.  For multi-valued objects (Collections, Iterators, Enumerations,
arrays), the returned ordered set contains all their values.
sourceraw docstring

invoke-methodclj

(invoke-method o mname)

Returns an ordered set of o'smname' instance method's return value. If there's no such method, return an empty ordered set.

Returns an ordered set of `o's `mname' instance method's return value.
If there's no such method, return an empty ordered set.
sourceraw docstring

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

× close