Class Lists.elementAt

  • All Implemented Interfaces:
    Function
    Enclosing class:
    Lists

    public static final class Lists.elementAt
    extends Function.ArgDrivenListFunction<java.lang.Integer>
    Given an index at arg[0], and a list at arg[1] or args[1...N], return element at index of list or array
    • Constructor Detail

      • elementAt

        public elementAt()