Package coneforest.psylla.core
Interface PsyContainer<T extends PsyObject>
-
- All Superinterfaces:
Iterable<T>
,PsyClearable
,PsyConvertableToName
,PsyConvertableToString
,PsyIterable<T>
,PsyLengthy
,PsyObject
,PsyStreamlike<T>
- All Known Subinterfaces:
PsyArraylike<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 PsyContainer<T extends PsyObject> extends PsyClearable, PsyIterable<T>, PsyLengthy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default PsyContainer<T>
psyNewEmpty()
-
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
psyCount, psyFilter, psyForAll, psyMap, 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.PsyStreamlike
iterator, psyConcat
-
-
-
-
Method Detail
-
psyNewEmpty
default PsyContainer<T> psyNewEmpty() throws PsyException
- Throws:
PsyException
-
-