public class LazySource$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static LazySource$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
LazySource$() |
| Modifier and Type | Method and Description |
|---|---|
<T,M> LazySource<T,M> |
apply(scala.Function0<Source<T,M>> sourceFactory) |
public static final LazySource$ MODULE$
public <T,M> LazySource<T,M> apply(scala.Function0<Source<T,M>> sourceFactory)