Interface PsyAppendable<T extends PsyObject>

Type Parameters:
T - a type of objects being appended.
All Superinterfaces:
PsyObject
All Known Subinterfaces:
PsyFormalArray<T>, PsyFormalSet<T>
All Known Implementing Classes:
PsyArray, PsyBitArray, PsyBitSet, PsyProc, PsySet, PsyString

@Type("appendable") public interface PsyAppendable<T extends PsyObject> extends PsyObject
The representation of appendable, a type of container that allow to append objects (usually to the end, if it makes sense).