Package io.github.erdos.stencil.impl
Class ClojureHelper
java.lang.Object
io.github.erdos.stencil.impl.ClojureHelper
Clojure utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic clojure.lang.IFn
findFunction
(String functionName) Finds a function in stencil.process namespace and returns it.
-
Method Details
-
findFunction
Finds a function in stencil.process namespace and returns it.- Parameters:
functionName
- name of var- Returns:
- function with for given name
-