Liking cljdoc? Tell your friends :D
Clojure only.

mermaid-processor.behaviors.libraries.core

Core library for behaviors, providing basic actions like setting numbers, comparisons, and checking results.

Core library for behaviors, providing basic actions like setting numbers, comparisons, and checking results.
raw docstring

actionsclj

A map of core action functions.

:set-nummber [field-name value]

Sets a number to a specified field in the context.

ARGUMENTS:

  • field-name: The name of the field in the context where the number will be set.
  • value: The number value to set.

:compare [field-name comparator value]

Compares a field value with a given value using a specified comparator.

ARGUMENTS:

  • field-name: The name of the field in the context to compare.
  • comparator: The comparison operator (e.g., '>').
  • value: The value to compare against.

:last-result-is-true

Checks if the last result in the context is true.

:last-result-is-not-true

Checks if the last result in the context is not true

A map of core action functions.

:set-nummber [field-name value]

Sets a number to a specified field in the context.

ARGUMENTS:
- field-name: The name of the field in the context where the number will be set.
- value: The number value to set.

:compare [field-name comparator value]

Compares a field value with a given value using a specified comparator.

ARGUMENTS:
- field-name: The name of the field in the context to compare.
- comparator: The comparison operator (e.g., '>').
- value: The value to compare against.

:last-result-is-true

Checks if the last result in the context is true.

:last-result-is-not-true

Checks if the last result in the context is not true
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close