public class Outlet$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Outlet$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
Outlet$() |
| Modifier and Type | Method and Description |
|---|---|
<T> Outlet<T> |
apply(java.lang.String name)
Scala API
|
<T> Outlet<T> |
create(java.lang.String name)
JAVA API
|
public static final Outlet$ MODULE$
public <T> Outlet<T> apply(java.lang.String name)
Creates a new Outlet with the given name. The name will be used when displaying debug information or error messages involving the port.
name - (undocumented)public <T> Outlet<T> create(java.lang.String name)
Creates a new Outlet with the given name. The name will be used when displaying debug information or error messages involving the port.
name - (undocumented)