Package coneforest.psylla.core
Interface PsyClearable
-
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Subinterfaces:
PsyArraylike<T>
,PsyContainer<T>
,PsyDictlike<V>
,PsyQueuelike<T>
,PsySetlike<T>
- All Known Implementing Classes:
PsyArray
,PsyBitArray
,PsyBitSet
,PsyBlockingQueue
,PsyConfigDict
,PsyDict
,PsyErrorDict
,PsyModule
,PsyNamespace
,PsyProc
,PsyRomanNumerals
,PsySet
,PsyString
,PsySystemDict
public interface PsyClearable extends PsyObject
A representation of Ψ-clearable
, a type of objects that can be cleared (emptied) in some sense.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
psyClear()
Clear this object.-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-