Liking cljdoc? Tell your friends :D

com.yetanalytics.datasim.input

Comprehensive specification of input

Comprehensive specification of input
raw docstring

from-locationclj

(from-location type-k fmt-k location)
source

Inputclj

source

realize-subobjectsclj

(realize-subobjects json-result)

Make subobjects from JSON into records

Make subobjects from JSON into records
sourceraw docstring

subobject-constructorsclj

source

to-errclj

(to-err record fmt-k)
source

to-fileclj

(to-file record fmt-k location)
source

to-outclj

(to-out record fmt-k)
source

unrealize-subobjectsclj

(unrealize-subobjects input)

Make subobjects ready for writing to JSON

Make subobjects ready for writing to JSON
sourceraw docstring

validateclj

(validate input)

Validate input using the FromInput protocol. Does no handling on result. Returns a coll of maps on failure, nil on success.

Validate input using the FromInput protocol. Does no handling on result.
Returns a coll of maps on failure, `nil` on success.
sourceraw docstring

validate-alignmentsclj

(validate-alignments alignments)
source

validate-parametersclj

(validate-parameters parameters)
source

validate-pattern-filtersclj

(validate-pattern-filters {{:keys [gen-profiles gen-patterns]} :parameters
                           :keys [profiles]})
source

validate-personae-arrayclj

(validate-personae-array personae-array)
source

validate-profilesclj

(validate-profiles profile-coll)
source

validate-throwclj

(validate-throw input)

Validate input using the FromInput protocol. Throw an exception if the input isn't valid.

Validate input using the FromInput protocol. Throw an exception if the input
isn't valid.
sourceraw docstring

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

× close