public class EffectUtils$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static EffectUtils$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
EffectUtils$() |
| Modifier and Type | Method and Description |
|---|---|
scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> |
_noAfterCallback() |
<State> scala.Function1<State,scala.runtime.BoxedUnit> |
combine(scala.Function1<State,scala.runtime.BoxedUnit> firstCallback,
scala.Function1<State,scala.runtime.BoxedUnit> secondCallback) |
<State> scala.Function1<State,scala.runtime.BoxedUnit> |
noAfterCallback() |
public static final EffectUtils$ MODULE$
public scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> _noAfterCallback()
public <State> scala.Function1<State,scala.runtime.BoxedUnit> noAfterCallback()
public <State> scala.Function1<State,scala.runtime.BoxedUnit> combine(scala.Function1<State,scala.runtime.BoxedUnit> firstCallback,
scala.Function1<State,scala.runtime.BoxedUnit> secondCallback)