Interface PsyCloseable

All Superinterfaces:
PsyObject
All Known Subinterfaces:
PsyFormalStream<T>
All Known Implementing Classes:
PsyBlockingQueue, PsyFileReader, PsyFileWriter, PsyInput, PsyOutput, PsyRange, PsyReader, PsyStream, PsyStringReader, PsyStringWriter, PsyWriter

@Type("closeable") public interface PsyCloseable extends PsyObject
The representation of closeable, a type of objects that can be closed in some sense.