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