public class TestSource$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TestSource$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
TestSource$() |
| Modifier and Type | Method and Description |
|---|---|
<T> Source<T,TestPublisher.Probe<T>> |
probe(ActorSystem system)
A Source that materializes to a
TestPublisher.Probe. |
public static final TestSource$ MODULE$
public <T> Source<T,TestPublisher.Probe<T>> probe(ActorSystem system)
TestPublisher.Probe.system - (undocumented)