Package com.rpl.rama
Class LoopVars.LoopVarsCollector
java.lang.Object
com.rpl.rama.LoopVars.LoopVarsCollector
- All Implemented Interfaces:
LoopVars,LoopVars.Impl
- Enclosing interface:
LoopVars
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rpl.rama.LoopVars
LoopVars.Impl, LoopVars.LoopVar, LoopVars.LoopVarsCollector -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclojure.lang.PersistentVectorgetVars()Declare a var with initial value for first iteration of loop
-
Constructor Details
-
LoopVarsCollector
protected LoopVarsCollector(clojure.lang.PersistentVector vars)
-
-
Method Details
-
var
Description copied from interface:LoopVars.ImplDeclare a var with initial value for first iteration of loop- Specified by:
varin interfaceLoopVars.Impl- Parameters:
var- Varinit- Initial value
-
getVars
public clojure.lang.PersistentVector getVars()
-