Public Vars

Back

ifn? (clj)

(source)

function

(ifn? x)
Returns true if x implements IFn. Note that many data structures (e.g. sets and maps) implement IFn

Examples