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>
public class PsyRange extends Object implements PsyFormalStream<PsyRealNumeric>
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Constructor Summary
Constructors Constructor Description PsyRange(PsyRealNumeric oInitial, PsyRealNumeric oIncrement, PsyRealNumeric oLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<PsyRealNumeric>stream()StringtoSyntaxString()-
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, psyFiltered, psyForAll, psyLimited, psyMapped, 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 Detail
-
OPERATORS
public static final PsyOperator[] OPERATORS
-
-
Constructor Detail
-
PsyRange
public PsyRange(PsyRealNumeric oInitial, PsyRealNumeric oIncrement, PsyRealNumeric oLimit)
-
-
Method Detail
-
stream
public Stream<PsyRealNumeric> stream()
- Specified by:
streamin interfacePsyFormalStream<PsyRealNumeric>
-
toSyntaxString
public String toSyntaxString()
- Specified by:
toSyntaxStringin interfacePsyObject
-
-