public abstract class OutPort
extends java.lang.Object
sealed works.
It is also used in the Java DSL for “untyped Outlets” as a work-around
for otherwise unreasonable existential types.| Constructor and Description |
|---|
OutPort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
hashCode() |
int |
id()
INTERNAL API
|
Outlet<?> |
outlet()
INTERNAL API
|
public final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int id()
public Outlet<?> outlet()