- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@ClassVersion(sourceVersion="$Id: Action.java 982 2022-01-08 09:40:32Z tquadrat $")
@API(status=STABLE,
since="0.1.0")
public interface Action
A variant of the interface
Runnable
with a
run()
method that allows to throw an exception.
This is a functional interface whose functional method is
run()
.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: Action.java 982 2022-01-08 09:40:32Z tquadrat $
- Since:
- 0.1.0
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.lang.Action"
-
Method Summary
-
Method Details
-
run
The action.- Throws:
Exception
- Something went wrong.
-