Package org.opencastproject.util.data
Class Effect0.X
java.lang.Object
org.opencastproject.util.data.Function0<Void>
org.opencastproject.util.data.Effect0
org.opencastproject.util.data.Effect0.X
- Enclosing class:
Effect0
Version of
Effect0 that allows for throwing a checked exception.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
X
public X()
-
-
Method Details
-
run
protected final void run()Description copied from class:Effect0Run the side effect. -
xrun
Run the side effect. Any thrown exception gets "chucked" so that you may catch them as is. SeeFunctions.chuck(Throwable)for details.- Throws:
Exception
-