Package coneforest.psylla.core
Interface PsyContainer<T extends PsyObject>
- All Superinterfaces:
Iterable<T>
,PsyClearable
,PsyConvertableToName
,PsyConvertableToString
,PsyIterable<T>
,PsyLengthy
,PsyObject
,PsySequential<T>
,PsyStreamable<T>
- All Known Subinterfaces:
PsyFormalArray<T>
,PsyFormalDict<V>
,PsyFormalQueue<T>
,PsyFormalSet<T>
- All Known Implementing Classes:
PsyArray
,PsyBitArray
,PsyBitSet
,PsyBlockingQueue
,PsyConfigDict
,PsyDict
,PsyErrorDict
,PsyModule
,PsyNamespace
,PsyProc
,PsyRomanNumerals
,PsySet
,PsyString
,PsySystemDict
-
Field Summary
Fields inherited from interface coneforest.psylla.core.PsyClearable
OPERATORS
Fields inherited from interface coneforest.psylla.core.PsyLengthy
OPERATORS
Fields inherited from interface coneforest.psylla.core.PsyStreamable
OPERATORS
-
Method Summary
Modifier and TypeMethodDescriptiondefault PsyContainer<T>
default String
toSyntaxStringHelper
(Set<PsyContainer<T>> processed) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface coneforest.psylla.core.PsyClearable
psyClear
Methods inherited from interface coneforest.psylla.core.PsyIterable
psyStream, psyToArray, psyUnite
Methods inherited from interface coneforest.psylla.core.PsyLengthy
isEmpty, length, psyIsEmpty, psyLength
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
Methods inherited from interface coneforest.psylla.core.PsyStreamable
psyForAll
-
Method Details
-
psyNewEmpty
- Throws:
PsyErrorException
-
toSyntaxStringHelper
-