object ServiceReference
- Companion:
- class
- Source:
- ServiceReference.scala
Inherited
Keywords
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.read[String]("namespace")(stringDecoder).flatMap[String,ServiceReference](((namespace:String)=>obj.readOpt[String]("path")(stringDecoder).flatMap[String,ServiceReference](((path:Option[String])=>obj.readOpt[Int]("port")(intDecoder).map[ServiceReference](((port:Option[Int])=>ServiceReference.apply(name=name,namespace=namespace,path=path,port=port)))))))))))
}
(new$anon():Decoder[ServiceReference])
}" class="documentableAnchor">
implicit val obj.read[String]("namespace")(stringDecoder).flatMap[String,ServiceReference](((namespace:String)=>obj.readOpt[String]("path")(stringDecoder).flatMap[String,ServiceReference](((path:Option[String])=>obj.readOpt[Int]("port")(intDecoder).map[ServiceReference](((port:Option[Int])=>ServiceReference.apply(name=name,namespace=namespace,path=path,port=port)))))))))))
}
(new$anon():Decoder[ServiceReference])
}" class="documentableName ">decoder: Decoder[ServiceReference]
- Source:
- ServiceReference.scala