Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • findFunction

        public static clojure.lang.IFn findFunction​(java.lang.String functionName)
        Finds a function in stencil.process namespace and returns it.
        Parameters:
        functionName - name of var
        Returns:
        function with for given name