Module coneforest.psylla
Package coneforest.psylla.runtime
Interface ContextAction.OptionalFunction<T extends PsyObject>
- Type Parameters:
T
- the type of the input to the function.
- 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 a function that accepts one argument and produces an optional result.
-
Method Summary
-
Method Details
-
apply
Applies this function to the given argument.- Parameters:
o
- the function argument.- Returns:
- the function result.
- Throws:
PsyErrorException
- when an error occurs during operation.
-