java.lang.Object
coneforest.psylla.core.PsyRange
- All Implemented Interfaces:
PsyCloseable,PsyConcatenable<PsyFormalStream<PsyRealNumeric>>,PsyFormalStream<PsyRealNumeric>,PsyObject,PsySequential<PsyRealNumeric>,PsyStreamable<PsyRealNumeric>
The representation of
range.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextActionContext action of therangeoperator.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 -
Constructor Summary
ConstructorsConstructorDescriptionPsyRange(PsyRealNumeric oInitial, PsyRealNumeric oIncrement, PsyRealNumeric oLimit) -
Method Summary
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, typeName
-
Field Details
-
PSY_RANGE
Context action of therangeoperator.
-
-
Constructor Details
-
PsyRange
-
-
Method Details
-
stream
- Specified by:
streamin interfacePsyFormalStream<PsyRealNumeric>
-
toSyntaxString
Description copied from interface:PsyObjectReturns the syntactic representation of this object.- Specified by:
toSyntaxStringin interfacePsyObject- Returns:
- the syntactic representation of this object
-