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