P - Port type to map generic Port to@Beta
public interface PortMapper<P extends org.onosproject.net.Port>
P.| Modifier and Type | Method and Description |
|---|---|
Optional<P> |
as(org.onosproject.net.Port port)
Returns
port mapped to {@code |
boolean |
is(org.onosproject.net.Port port)
Returns true if this port is capable of being projected as {@code
|