Interface PsyClearable

All Superinterfaces:
PsyObject
All Known Subinterfaces:
PsyContainer<T>, PsyFormalArray<T>, PsyFormalDict<V>, PsyFormalQueue<T>, PsyFormalSet<T>
All Known Implementing Classes:
PsyArray, PsyBitArray, PsyBitSet, PsyBlockingQueue, PsyConfigDict, PsyDict, PsyErrorDict, PsyModule, PsyNamespace, PsyProc, PsySet, PsyString, PsySystemDict

@Type("clearable") public interface PsyClearable extends PsyObject
The representation of clearable, a type of objects that can be cleared (emptied) in some manner.
  • Field Details

  • Method Details

    • psyClear

      void psyClear()
      Clear this object.