Interface PsyStreamable<T extends PsyObject>

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

@Type("streamable") public interface PsyStreamable<T extends PsyObject> extends PsySequential<T>
The representation of streamable, an object that provide stream of something.