Interface PsyStreamable<T extends PsyObject>

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, PsyCommand, PsyConfigDict, PsyDict, PsyErrorDict, PsyModule, PsyName, PsyNamespace, PsyProc, PsyRange, PsySet, PsyStream, PsyString, PsySystemDict

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