- Direct Known Subclasses:
Effect.X
Run a side effect.
- See Also:
-
-
Nested Class Summary
Nested Classes
static class
Version of
Effect that allows for throwing a checked exception.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
run
protected abstract void run(A a)
Run the side effect.