Module coneforest.psylla
Package coneforest.psylla.runtime
Interface ContextAction.Consumer<T extends PsyObject>
- Type Parameters:
T
- the type of the input to the operation.
- Enclosing interface:
ContextAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an operation that accepts a single input argument and returns no result.
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given argument.- Parameters:
o
- the input to the consumer.- Throws:
PsyErrorException
- when an error occurs during operation.
-