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