Helpers to have Dataflow call Clojure functions
Helpers to have Dataflow call Clojure functions
(append-argument-to-clj-call clj-call arg)
Inputs: [clj-call :- CljCall arg :- CljCallArgument] Returns: CljCall
Inputs: [clj-call :- CljCall arg :- CljCallArgument] Returns: CljCall
(clj-call-invoke {:keys [full-name params ns-name creation-stack]} & args)
Calls the output wrapper
Calls the output wrapper
A Clj Call is either a var or a vec of [Call Args]
A Clj Call is either a var or a vec of [Call Args]
(serializable-function clj-call)
Inputs: [clj-call :- CljCall] Returns: CljSerializableFunction
Inputs: [clj-call :- CljCall] Returns: CljSerializableFunction
(to-serializable-clj-call clj-call)
Turns a clojure fn call into a map of the call and parameters
Turns a clojure fn call into a map of the call and parameters
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |