Class PsyRange
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 PsyCloseable
PSY_CLOSEFields inherited from interface PsyConcatenable
PSY_CONCATFields inherited from interface PsyFormalStream
PSY_COUNT, PSY_DISTINCT, PSY_FILTERED, PSY_LIMITED, PSY_MAPPED, PSY_PEEKED, PSY_REDUCE, PSY_SKIPPED, PSY_SORTEDFields inherited from interface PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPEFields inherited from interface PsySequential
PSY_FORALLFields inherited from interface PsyStreamable
PSY_STREAM -
Constructor Summary
ConstructorsConstructorDescriptionPsyRange(PsyRealNumeric oInitial, PsyRealNumeric oIncrement, PsyRealNumeric oLimit) -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PsyFormalStream
psyClose, psyConcat, psyCount, psyDistinct, psyFiltered, psyForAll, psyLimited, psyMapped, psyPeeked, psyReduce, psySkipped, psySorted, psyStreamMethods inherited from interface 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
-