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
public interface PsyContainer<T extends PsyObject> extends PsyClearable, PsyIterable<T>, PsyLengthy
-
-
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
All Methods Instance Methods Default Methods Modifier and Type Method Description default PsyContainer<T>psyNewEmpty()default StringtoSyntaxStringHelper(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 Detail
-
psyNewEmpty
default PsyContainer<T> psyNewEmpty() throws PsyException
- Throws:
PsyException
-
toSyntaxStringHelper
default String toSyntaxStringHelper(Set<PsyContainer<T>> processed)
-
-