Package org.eolang.ineo.instructions
Class InstFromList<T>
- java.lang.Object
-
- org.eolang.ineo.instructions.InstWrap<T>
-
- org.eolang.ineo.instructions.InstFromList<T>
-
- Type Parameters:
T
- Type of instructions
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
,Instructions<T>
public final class InstFromList<T> extends InstWrap<T>
Instructions created from list.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description InstFromList(Instructions<T> instructions, List<T> list)
Ctor.
-
-
-
Constructor Detail
-
InstFromList
public InstFromList(Instructions<T> instructions, List<T> list)
Ctor.- Parameters:
instructions
- Instructions to fill uplist
- List to fill instructions up from
-
-