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

  • All Implemented Interfaces:
    OpCollection

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