object ServiceReference
- Companion:
- class
- Source:
- ServiceReference.scala
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[T](evidence$1)).flatMap[String,ServiceReference](((namespace:String)=>obj.readOpt[String]("path")(stringDecoder[T](evidence$1)).flatMap[String,ServiceReference](((path:Option[String])=>obj.readOpt[Int]("port")(intDecoder[T](evidence$1)).map[ServiceReference](((port:Option[Int])=>ServiceReference.apply(name=name,namespace=namespace,path=path,port=port)))))))))))
}
(new$anon():Decoder[T,ServiceReference])
}" class="documentableAnchor">
implicit def obj.read[String]("namespace")(stringDecoder[T](evidence$1)).flatMap[String,ServiceReference](((namespace:String)=>obj.readOpt[String]("path")(stringDecoder[T](evidence$1)).flatMap[String,ServiceReference](((path:Option[String])=>obj.readOpt[Int]("port")(intDecoder[T](evidence$1)).map[ServiceReference](((port:Option[Int])=>ServiceReference.apply(name=name,namespace=namespace,path=path,port=port)))))))))))
}
(new$anon():Decoder[T,ServiceReference])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ServiceReference]
- Source:
- ServiceReference.scala