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