DaemonEndpoint

final case class DaemonEndpoint(Port: Int)

DaemonEndpoint contains information about a single Daemon endpoint.

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

Value members

Concrete methods

transforms Port to result of function

transforms Port to result of function

Source:
DaemonEndpoint.scala

Returns a new data with Port set to new value

Returns a new data with Port set to new value

Source:
DaemonEndpoint.scala

Inherited methods

Inherited from:
Product