- Companion:
- class
- Source:
- GCEPersistentDiskVolumeSource.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]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,GCEPersistentDiskVolumeSource](((fsType:Option[String])=>obj.readOpt[Int]("partition")(intDecoder[T](evidence$1)).flatMap[String,GCEPersistentDiskVolumeSource](((partition:Option[Int])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).map[GCEPersistentDiskVolumeSource](((readOnly:Option[Boolean])=>GCEPersistentDiskVolumeSource.apply(pdName=pdName,fsType=fsType,partition=partition,readOnly=readOnly)))))))))))
}
(new$anon():Decoder[T,GCEPersistentDiskVolumeSource])
}" class="documentableAnchor">
implicit def obj.readOpt[String]("fsType")(stringDecoder[T](evidence$1)).flatMap[String,GCEPersistentDiskVolumeSource](((fsType:Option[String])=>obj.readOpt[Int]("partition")(intDecoder[T](evidence$1)).flatMap[String,GCEPersistentDiskVolumeSource](((partition:Option[Int])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).map[GCEPersistentDiskVolumeSource](((readOnly:Option[Boolean])=>GCEPersistentDiskVolumeSource.apply(pdName=pdName,fsType=fsType,partition=partition,readOnly=readOnly)))))))))))
}
(new$anon():Decoder[T,GCEPersistentDiskVolumeSource])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, GCEPersistentDiskVolumeSource]