Package io.github.erdos.stencil.impl
Class ClojureHelper
- java.lang.Object
-
- io.github.erdos.stencil.impl.ClojureHelper
-
public final class ClojureHelper extends java.lang.Object
Clojure utilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static clojure.lang.IFn
findFunction(java.lang.String functionName)
Finds a function in stencil.process namespace and returns it.
-