Interface PsySequential<T extends PsyObject>

Type Parameters:
T - the type of the objects in the sequence.
All Superinterfaces:
PsyObject
All Known Subinterfaces:
PsyContainer<T>, PsyFormalArray<T>, PsyFormalDict<V>, PsyFormalQueue<T>, PsyFormalSet<T>, PsyFormalStream<T>, PsyIterable<T>, PsyStreamable<T>, PsyTextual
All Known Implementing Classes:
PsyArray, PsyBitArray, PsyBitSet, PsyBlockingQueue, PsyConfigDict, PsyDict, PsyEnvironment, PsyModule, PsyName, PsyNamespace, PsyProc, PsyRange, PsySet, PsyStream, PsyString, PsyStringBuffer, PsySystemDict

@Type("sequential") public interface PsySequential<T extends PsyObject> extends PsyObject
The representation of sequential.