Public Vars

Back

construct-proxy (clj)

(source)

function

(construct-proxy c & ctor-args)
Takes a proxy class and any arguments for its superclass ctor and creates and returns an instance of the proxy.

Examples