NodeAddress

final case class NodeAddress(address: String, `type`: String)

NodeAddress contains information for the node's address.

Source:
NodeAddress.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms address to result of function

transforms address to result of function

Source:
NodeAddress.scala

transforms type to result of function

transforms type to result of function

Source:
NodeAddress.scala

Returns a new data with address set to new value

Returns a new data with address set to new value

Source:
NodeAddress.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
NodeAddress.scala

Inherited methods

Inherited from:
Product