Module coneforest.psylla
Package coneforest.psylla.core
Interface PsyStreamable<T extends PsyObject>
- Type Parameters:
T
- the type of the elements of the stream.
- All Superinterfaces:
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
,PsyConfigDict
,PsyDict
,PsyEnvironment
,PsyModule
,PsyName
,PsyNamespace
,PsyProc
,PsyRange
,PsySet
,PsyStream
,PsyString
,PsyStringBuffer
,PsySystemDict
The representation of
streamable
, an object that provide stream of something.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of thestream
operator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE
Fields inherited from interface coneforest.psylla.core.PsySequential
PSY_FORALL
-
Method Summary
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_STREAM
Context action of thestream
operator.
-
-
Method Details
-
psyForAll
- Specified by:
psyForAll
in interfacePsySequential<T extends PsyObject>
- Throws:
PsyErrorException
-
psyStream
PsyFormalStream<T> psyStream()
-