Class ComputerToIterables<I,​I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13,​I14,​I15,​I16,​O>

  • All Implemented Interfaces:
    OpCollection

    public class ComputerToIterables<I,​I1,​I2,​I3,​I4,​I5,​I6,​I7,​I8,​I9,​I10,​I11,​I12,​I13,​I14,​I15,​I16,​O>
    extends Object
    implements OpCollection
    Converts Computers operating on single types to Computers that operate on Iterables of types. N.B. it is the user's responsibility to pass Iterables of the same length (otherwise the Op will stop when one of the Iterables runs out of Objects).
    Author:
    Gabriel Selzer