Liking cljdoc? Tell your friends :D

missinterpret.flows.predicates


factory-result?clj

(factory-result? wf)

flow-catalog?clj

(flow-catalog? c)

flow-equiv?clj

(flow-equiv? f1 f2)

Do these two flows have the same flow/fn and optional arguments?

Do these two flows have the same flow/fn and optional arguments?
raw docstring

flow-fn?clj

(flow-fn? {:keys [:flow/fn] :as flow} args)

Does this flow's fn return a stream when passed the arguments?

Does this flow's fn return a stream when passed the arguments?
raw docstring

flow=clj

(flow= f1 f2)

flow?clj

(flow? arg)

flows-definition?clj

(flows-definition? c)

system-catalog?clj

(system-catalog? c)

wf-definition-equiv?clj

(wf-definition-equiv? wf1 wf2)

Do these two workflows have the same definition?

Checks:

  • Count matches?
  • Each element in order between the two are:
    1. If keyword =
    2. If flow, flow-equiv?
    3. If workflow, wf-definition-equiv?
Do these two workflows have the same definition?

Checks:
 - Count matches?
 - Each element in order between the two are:
    1. If keyword =
    2. If flow, flow-equiv?
    3. If workflow, wf-definition-equiv?
raw docstring

workflow-catalog?clj

(workflow-catalog? c)

workflow-equiv?clj

(workflow-equiv? wf1 wf2)

Do these two workflow have the same definition and optional arguments?

Excludes: source and sink if present

Do these two workflow have the same definition and optional arguments?

Excludes: source and sink if present
raw docstring

workflow-factory-failed?clj

(workflow-factory-failed? wf)

workflow-loaded?clj

(workflow-loaded? wf)

workflow-unloaded?clj

(workflow-unloaded? wf)

workflow=clj

(workflow= wf1 wf2)

workflow?clj

(workflow? wf)

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

× close