Package coneforest.psylla.core
Interface PsyStreamable<T extends PsyObject>
-
- All Superinterfaces:
PsyConvertableToName,PsyConvertableToString,PsyObject,PsySequential<T>
- All Known Subinterfaces:
PsyContainer<T>,PsyFormalArray<T>,PsyFormalDict<V>,PsyFormalQueue<T>,PsyFormalSet<T>,PsyFormalStream<T>,PsyIterable<T>,PsyTextual
- All Known Implementing Classes:
PsyArray,PsyBitArray,PsyBitSet,PsyBlockingQueue,PsyCommand,PsyConfigDict,PsyDict,PsyErrorDict,PsyModule,PsyName,PsyNamespace,PsyProc,PsyRange,PsyRomanNumerals,PsySet,PsyStream,PsyString,PsySystemDict
public interface PsyStreamable<T extends PsyObject> extends PsySequential<T>
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidpsyForAll(PsyObject oProc, PsyContext oContext)PsyFormalStream<T>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
static final PsyOperator[] OPERATORS
-
-
Method Detail
-
psyForAll
default void psyForAll(PsyObject oProc, PsyContext oContext) throws PsyException
- Specified by:
psyForAllin interfacePsySequential<T extends PsyObject>- Throws:
PsyException
-
psyStream
PsyFormalStream<T> psyStream()
-
-