Package coneforest.psylla.core
Class PsyStream
java.lang.Object
coneforest.psylla.core.PsyStream
- All Implemented Interfaces:
PsyCloseable
,PsyConvertableToName
,PsyConvertableToString
,PsyFormalStream
,PsyObject
,PsySequential
,PsyStreamable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PsyStream
psyIterate
(PsyObject o, PsyProc oProc, PsyContext oContext) stream()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface coneforest.psylla.core.PsyFormalStream
psyClose, psyConcat, psyCount, psyDistinct, psyFiltered, psyForAll, psyLimited, psyMapped, psyPeeked, psyReduce, psySkipped, psySorted, psyStream
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Field Details
-
OPERATORS
-
-
Method Details
-
psyIterate
-
stream
- Specified by:
stream
in interfacePsyFormalStream
-