Package coneforest.psylla.core
Interface PsyStreamlike<T extends PsyObject>
-
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Subinterfaces:
PsyArraylike<T>
,PsyContainer<T>
,PsyDictlike<V>
,PsyIterable<T>
,PsyQueuelike<T>
,PsySetlike<T>
,PsyStringy
- All Known Implementing Classes:
PsyArray
,PsyBitArray
,PsyBitSet
,PsyBlockingQueue
,PsyCommand
,PsyConfigDict
,PsyDict
,PsyErrorDict
,PsyModule
,PsyName
,PsyNamespace
,PsyProc
,PsyRange
,PsyRomanNumerals
,PsySet
,PsyStream
,PsyString
,PsySystemDict
public interface PsyStreamlike<T extends PsyObject> extends PsyObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Iterator<T>
iterator()
default PsyStreamlike<T>
psyConcat(PsyStreamlike<T> oStreamlike)
default PsyInteger
psyCount()
default void
psyForAll(PsyObject oProc)
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
-
-
-
Method Detail
-
psyCount
default PsyInteger psyCount()
-
psyConcat
default PsyStreamlike<T> psyConcat(PsyStreamlike<T> oStreamlike)
-
psyForAll
default void psyForAll(PsyObject oProc) throws PsyException
- Throws:
PsyException
-
-