java.lang.Object
coneforest.psylla.core.PsyRange
- All Implemented Interfaces:
PsyCloseable
,PsyFormalStream<PsyRealNumeric>
,PsyObject
,PsySequential<PsyRealNumeric>
,PsyStreamable<PsyRealNumeric>
The representation of
range
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of therange
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
-
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, 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, typeName
-
Field Details
-
PSY_RANGE
Context action of therange
operator.
-
-
Constructor Details
-
PsyRange
-
-
Method Details
-
stream
- Specified by:
stream
in interfacePsyFormalStream<PsyRealNumeric>
-
toSyntaxString
Description copied from interface:PsyObject
Returns the syntactic representation of this object.- Specified by:
toSyntaxString
in interfacePsyObject
- Returns:
- the syntactic representation of this object.
-