object EndpointConditions
- Companion:
- class
- Source:
- EndpointConditions.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.readOpt[Boolean]("serving")(booleanDecoder[T](evidence$1)).flatMap[String,EndpointConditions](((serving:Option[Boolean])=>obj.readOpt[Boolean]("terminating")(booleanDecoder[T](evidence$1)).map[EndpointConditions](((terminating:Option[Boolean])=>EndpointConditions.apply(ready=ready,serving=serving,terminating=terminating)))))))))
}
(new$anon():Decoder[T,EndpointConditions])
}" class="documentableAnchor">
implicit def obj.readOpt[Boolean]("serving")(booleanDecoder[T](evidence$1)).flatMap[String,EndpointConditions](((serving:Option[Boolean])=>obj.readOpt[Boolean]("terminating")(booleanDecoder[T](evidence$1)).map[EndpointConditions](((terminating:Option[Boolean])=>EndpointConditions.apply(ready=ready,serving=serving,terminating=terminating)))))))))
}
(new$anon():Decoder[T,EndpointConditions])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, EndpointConditions]
- Source:
- EndpointConditions.scala