Liking cljdoc? Tell your friends :D

preflex.invokable


invokable?clj

(invokable? x)

Return true if argument is an invokable, false otherwise.

Return true if argument is an invokable, false otherwise.
sourceraw docstring

invoke-taskclj/smacro

(invoke-task klass f)
(invoke-task klass f args)

Given an invokable (and args), execute it and return either [result nil success?] or [nil error success?].

Given an invokable (and args), execute it and return either [result nil success?] or [nil error success?].
sourceraw docstring

make-invokableclj

(make-invokable f)
(make-invokable f success-result? success-error?)

Turn given fn/invokable into an invokable with specified success and failure detector.

Turn given fn/invokable into an invokable with specified success and failure detector.
sourceraw docstring

partial-invokableclj

(partial-invokable f args)

Partially apply specified arguments to given fn/invokable.

Partially apply specified arguments to given fn/invokable.
sourceraw docstring

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

× close