Uses of Class
ste.lloop.Sequence
-
Uses of Sequence in ste.lloop
Modifier and TypeMethodDescriptionSequence.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).