Package coneforest.psylla.core
Class PsyStream
- java.lang.Object
-
- coneforest.psylla.core.PsyStream
-
- All Implemented Interfaces:
PsyCloseable,PsyConvertableToName,PsyConvertableToString,PsyFormalStream,PsyObject,PsySequential,PsyStreamable
public class PsyStream extends Object implements PsyFormalStream
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PsyStreampsyIterate(PsyObject o, PsyProc oProc, PsyContext oContext)Stream<? extends PsyObject>stream()-
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, toSyntaxString, typeName
-
-
-
-
Field Detail
-
OPERATORS
public static final PsyOperator[] OPERATORS
-
-
Method Detail
-
psyIterate
public static PsyStream psyIterate(PsyObject o, PsyProc oProc, PsyContext oContext)
-
stream
public Stream<? extends PsyObject> stream()
- Specified by:
streamin interfacePsyFormalStream
-
-