Module coneforest.psylla
Package coneforest.psylla.core
Interface PsySequential<T extends PsyObject>
- All Superinterfaces:
PsyObject
- All Known Subinterfaces:
PsyContainer<T>
,PsyFormalArray<T>
,PsyFormalDict<V>
,PsyFormalQueue<T>
,PsyFormalSet<T>
,PsyFormalStream<T>
,PsyIterable<T>
,PsyStreamable<T>
,PsyTextual
- All Known Implementing Classes:
PsyArray
,PsyBitArray
,PsyBitSet
,PsyBlockingQueue
,PsyCommand
,PsyConfigDict
,PsyDict
,PsyErrorDict
,PsyModule
,PsyName
,PsyNamespace
,PsyProc
,PsyRange
,PsySet
,PsyStream
,PsyString
,PsySystemDict
The representation of
sequential
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of theforall
operator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TONAME, PSY_TOSTRING, PSY_TYPE
-
Method Summary
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_FORALL
Context action of theforall
operator.
-
-
Method Details
-
psyForAll
- Throws:
PsyErrorException
-