Class 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 Detail

      • InstFromList

        public InstFromList​(Instructions<T> instructions,
                            List<T> list)
        Ctor.
        Parameters:
        instructions - Instructions to fill up
        list - List to fill instructions up from