EndpointPort

final case class EndpointPort(port: Int, appProtocol: Option[String], name: Option[String], protocol: Option[String])

EndpointPort is a tuple that describes a single port.

Companion:
object
Source:
EndpointPort.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if appProtocol has a value, transforms to the result of function

if appProtocol has a value, transforms to the result of function

Source:
EndpointPort.scala

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
EndpointPort.scala

transforms port to result of function

transforms port to result of function

Source:
EndpointPort.scala

if protocol has a value, transforms to the result of function

if protocol has a value, transforms to the result of function

Source:
EndpointPort.scala

Returns a new data with appProtocol set to new value

Returns a new data with appProtocol set to new value

Source:
EndpointPort.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
EndpointPort.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
EndpointPort.scala

Returns a new data with protocol set to new value

Returns a new data with protocol set to new value

Source:
EndpointPort.scala

Inherited methods

Inherited from:
Product