T - The type of the iterated elements.Seq@Deprecated
public final class Seq<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Iterable sequence of values.| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator()
Deprecated.
|