| Modifier and Type | Class and Description |
|---|---|
static class |
Effect2.X<A,B>
Version of
Effect0 that allows for throwing a checked exception. |
| Constructor and Description |
|---|
Effect2() |
| Modifier and Type | Method and Description |
|---|---|
Void |
apply(A a,
B b)
Apply function to
a and b. |
protected abstract void |
run(A a,
B b)
Run the side effect.
|
Function2<A,B,Void> |
toFunction()
Return the effect as a function of arity 2.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.