java.lang.Object
coneforest.psylla.core.PsyStream
- All Implemented Interfaces:
PsyCloseable
,PsyFormalStream
,PsyObject
,PsySequential
,PsyStreamable
The representation of
stream
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of theiterate
operator.static final ContextAction
Context action of thestreamtomark
operator.Fields inherited from interface coneforest.psylla.core.PsyCloseable
PSY_CLOSE
Fields inherited from interface coneforest.psylla.core.PsyFormalStream
PSY_CONCAT, PSY_COUNT, PSY_DISTINCT, PSY_FILTERED, PSY_LIMITED, PSY_MAPPED, PSY_PEEKED, PSY_REDUCE, PSY_SKIPPED, PSY_SORTED
Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TONAME, PSY_TOSTRING, PSY_TYPE
Fields inherited from interface coneforest.psylla.core.PsySequential
PSY_FORALL
Fields inherited from interface coneforest.psylla.core.PsyStreamable
PSY_STREAM
-
Method Summary
Modifier and TypeMethodDescriptionstatic PsyStream
psyIterate
(PsyObject o, PsyExecutable oUnaryOp, 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
-
PSY_ITERATE
Context action of theiterate
operator. -
PSY_STREAMTOMARK
Context action of thestreamtomark
operator.
-
-
Method Details
-
psyIterate
-
stream
- Specified by:
stream
in interfacePsyFormalStream
-