Uses of Class
ste.lloop.Sequence

  • Uses of Sequence in ste.lloop

    Methods in ste.lloop that return Sequence
    Modifier and Type
    Method
    Description
    Sequence.from(int from)
    Sets the starting index of the loop (inclusive).
    static <T> Sequence<T>
    Loop.on(T... items)
    Creates a new loop over the given items.
    Sequence.step(int step)
    Sets the step of the loop.
    Sequence.to(int to)
    Sets the ending index of the loop (inclusive).