Package coneforest.psylla.core
Class PsyStream
- java.lang.Object
-
- coneforest.psylla.core.PsyStream
-
- All Implemented Interfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
,PsyStreamlike
public class PsyStream extends Object implements PsyStreamlike
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator
iterator()
static PsyStream
psyIterate(PsyObject o, PsyProc oProc)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Methods inherited from interface coneforest.psylla.core.PsyStreamlike
psyConcat, psyCount, psyForAll
-
-