Package coneforest.psylla.core
Interface PsyExecutable
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Implementing Classes:
PsyConcurrentModificationException
,PsyDictStackUnderflowException
,PsyDirectoryNotEmptyException
,PsyErrorException
,PsyFileAccessDeniedException
,PsyFileExistsException
,PsyFileNotFoundException
,PsyInterruptException
,PsyInvalidContextException
,PsyInvalidExitException
,PsyInvalidExternalException
,PsyInvalidRegExpException
,PsyInvalidStateException
,PsyIOErrorException
,PsyLimitCheckException
,PsyNotDirectoryException
,PsyNotImplementedException
,PsyNotLinkException
,PsyOperator
,PsyOperator.Action
,PsyOperator.Arity00
,PsyOperator.Arity01
,PsyOperator.Arity10
,PsyOperator.Arity11
,PsyOperator.Arity20
,PsyOperator.Arity21
,PsyOperator.Arity30
,PsyOperator.Arity31
,PsyOperator.Method
,PsyProc
,PsyRangeCheckException
,PsySecurityErrorException
,PsyStackUnderflowException
,PsySyntaxErrorException
,PsyTypeCheckException
,PsyUndefinedException
,PsyUndefinedResultException
,PsyUnmatchedMarkException
,PsyUnregisteredException
,PsyUnsupportedException
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends PsyObject>
BinaryOperator<T>asBinaryOperator
(PsyContext oContext) default <T extends PsyObject>
Comparator<T>asComparator
(PsyContext oContext) asConsumer
(PsyContext oContext) asFunction
(PsyContext oContext) asPredicate
(PsyContext oContext) asSupplier
(PsyContext oContext) default <T extends PsyObject>
UnaryOperator<T>asUnaryOperator
(PsyContext oContext) void
invoke
(PsyContext oContext) Invoke this object in the current context.default void
invokeAndWait
(PsyContext oContext) Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Method Details