Interface PsyIterable<T extends PsyObject>

Type Parameters:
T - a type of elements returned by the iterator.
All Superinterfaces:
Iterable<T>, PsyObject, PsySequential<T>, PsyStreamable<T>
All Known Subinterfaces:
PsyContainer<T>, PsyFormalArray<T>, PsyFormalDict<V>, PsyFormalQueue<T>, PsyFormalSet<T>, PsyTextual
All Known Implementing Classes:
PsyArray, PsyBitArray, PsyBitSet, PsyBlockingQueue, PsyConfigDict, PsyDict, PsyEnvironment, PsyModule, PsyName, PsyNamespace, PsyProc, PsySet, PsyString, PsyStringBuffer, PsySystemDict

@Type("iterable") public interface PsyIterable<T extends PsyObject> extends PsyStreamable<T>, Iterable<T>
The representation of iterable, a type of an object that can be iterated over.