java.lang.Object
coneforest.psylla.core.PsyStream
- All Implemented Interfaces:
PsyCloseable,PsyConcatenable<PsyFormalStream<PsyObject>>,PsyFormalStream<PsyObject>,PsyObject,PsySequential<PsyObject>,PsyStreamable<PsyObject>
The representation of
stream.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextActionContext action of theiterateoperator.static final ContextActionContext action of thestreamtomarkoperator.Fields inherited from interface coneforest.psylla.core.PsyCloseable
PSY_CLOSEFields inherited from interface coneforest.psylla.core.PsyConcatenable
PSY_CONCATFields inherited from interface coneforest.psylla.core.PsyFormalStream
PSY_COUNT, PSY_DISTINCT, PSY_FILTERED, PSY_LIMITED, PSY_MAPPED, PSY_PEEKED, PSY_REDUCE, PSY_SKIPPED, PSY_SORTEDFields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPEFields inherited from interface coneforest.psylla.core.PsySequential
PSY_FORALLFields inherited from interface coneforest.psylla.core.PsyStreamable
PSY_STREAM -
Method Summary
Modifier and TypeMethodDescriptionstatic PsyStreampsyIterate(PsyObject o, PsyExecutable oUnaryOp, PsyContext oContext) stream()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface coneforest.psylla.core.PsyFormalStream
psyClose, psyConcat, psyCount, psyDistinct, psyFiltered, psyForAll, psyLimited, psyMapped, psyPeeked, psyReduce, psySkipped, psySorted, psyStreamMethods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_ITERATE
Context action of theiterateoperator. -
PSY_STREAMTOMARK
Context action of thestreamtomarkoperator.
-
-
Method Details
-
psyIterate
-
stream
- Specified by:
streamin interfacePsyFormalStream<PsyObject>
-