Skip to content
TurtleKitty edited this page May 18, 2019 · 1 revision

apply?

Returns true if the object in question answers the message apply.

(apply? +)        ; true
(apply? append)   ; true
(apply? map)      ; true
(apply? (cell 1)  ; false
(apply? 'foo)     ; false
Clone this wiki locally