Package com.rpl.rama

Class LoopVars.LoopVarsCollector

java.lang.Object
com.rpl.rama.LoopVars.LoopVarsCollector
All Implemented Interfaces:
LoopVars, LoopVars.Impl
Enclosing interface:
LoopVars

public static class LoopVars.LoopVarsCollector extends Object implements LoopVars.Impl
  • Constructor Details

    • LoopVarsCollector

      protected LoopVarsCollector(clojure.lang.PersistentVector vars)
  • Method Details

    • var

      public LoopVars.Impl var(String var, Object init)
      Description copied from interface: LoopVars.Impl
      Declare a var with initial value for first iteration of loop
      Specified by:
      var in interface LoopVars.Impl
      Parameters:
      var - Var
      init - Initial value
    • getVars

      public clojure.lang.PersistentVector getVars()