Package coneforest.psylla.core
Class PsyRange
java.lang.Object
coneforest.psylla.core.PsyRange
- All Implemented Interfaces:
PsyCloseable
,PsyConvertableToName
,PsyConvertableToString
,PsyFormalStream<PsyRealNumeric>
,PsyObject
,PsySequential<PsyRealNumeric>
,PsyStreamable<PsyRealNumeric>
-
Field Summary
Fields -
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
-
OPERATORS
-
-
Constructor Details
-
PsyRange
-
-
Method Details
-
stream
- Specified by:
stream
in interfacePsyFormalStream<PsyRealNumeric>
-
toSyntaxString
- Specified by:
toSyntaxString
in interfacePsyObject
-