| Modifier and Type | Class and Description |
|---|---|
static class |
Effect0.X
Version of
Effect0 that allows for throwing a checked exception. |
| Constructor and Description |
|---|
Effect0() |
| Modifier and Type | Method and Description |
|---|---|
Void |
apply()
Apply function yielding a constant value.
|
protected abstract void |
run()
Run the side effect.
|
Function0<Void> |
toFunction()
Return the effect as a function of arity 0.
|
Runnable |
toRunnable()
Return the effect as a Runnable.
|
Copyright © 2009–2020 Opencast Project. All rights reserved.