Package coneforest.psylla.core
Interface PsyCloseable
-
- All Superinterfaces:
PsyConvertableToName,PsyConvertableToString,PsyObject
- All Known Subinterfaces:
PsyFormalStream<T>
- All Known Implementing Classes:
PsyBlockingQueue,PsyFileReader,PsyFileWriter,PsyInput,PsyOutput,PsyRange,PsyReader,PsyStream,PsyStringReader,PsyStringWriter,PsyWriter
public interface PsyCloseable extends PsyObject
A representation of Ψ-closeable, a type of objects that can be closed in some sense.
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpsyClose()Closes this object.-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Field Detail
-
OPERATORS
static final PsyOperator[] OPERATORS
-
-
Method Detail
-
psyClose
void psyClose() throws PsyExceptionCloses this object.- Throws:
PsyException- when error occured during closing.
-
-