public class SubSource$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SubSource$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SubSource$() |
Modifier and Type | Method and Description |
---|---|
<T,M> void |
kill(Source<T,M> s)
INTERNAL API
|
public static final SubSource$ MODULE$
public <T,M> void kill(Source<T,M> s)
HERE ACTUALLY ARE DRAGONS, YOU HAVE BEEN WARNED!
FIXME #19240
s
- (undocumented)