GRPCAction

final case class GRPCAction(port: Int, service: Option[String])
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:
GRPCAction.scala

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

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

Source:
GRPCAction.scala
def withPort(value: Int): GRPCAction

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
GRPCAction.scala

Returns a new data with service set to new value

Returns a new data with service set to new value

Source:
GRPCAction.scala

Inherited methods

Inherited from:
Product