Package coneforest.psylla.core
Class PsyOperator.Method
java.lang.Object
coneforest.psylla.core.PsyOperator
coneforest.psylla.core.PsyOperator.Method
- All Implemented Interfaces:
PsyAtomic
,PsyConvertableToName
,PsyConvertableToString
,PsyExecutable
,PsyObject
- Enclosing class:
- PsyOperator
-
Nested Class Summary
Nested classes/interfaces inherited from class coneforest.psylla.core.PsyOperator
PsyOperator.Action, PsyOperator.Arity00, PsyOperator.Arity01, PsyOperator.Arity10<T extends PsyObject>, PsyOperator.Arity11<T extends PsyObject>, PsyOperator.Arity20<T1 extends PsyObject,
T2 extends PsyObject>, PsyOperator.Arity21<T1 extends PsyObject, T2 extends PsyObject>, PsyOperator.Arity30<T1 extends PsyObject, T2 extends PsyObject, T3 extends PsyObject>, PsyOperator.Arity31<T1 extends PsyObject, T2 extends PsyObject, T3 extends PsyObject>, PsyOperator.Method -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class coneforest.psylla.core.PsyOperator
execute, getName, getPrefix, getSimpleName, invoke, toSyntaxString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface coneforest.psylla.core.PsyExecutable
asBinaryOperator, asComparator, asConsumer, asFunction, asPredicate, asSupplier, asUnaryOperator, invokeAndHandle
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, typeName
-
Constructor Details
-
Method
- Throws:
PsyErrorException
-
-
Method Details
-
action
- Specified by:
action
in classPsyOperator
- Throws:
PsyErrorException
-