object Taint
- Companion:
- class
- Source:
- Taint.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.read[String]("key")(stringDecoder[T](evidence$1)).flatMap[String,Taint](((key:String)=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("timeAdded")(decoder[T](evidence$1)).flatMap[String,Taint](((timeAdded:Option[Time])=>obj.readOpt[String]("value")(stringDecoder[T](evidence$1)).map[Taint](((value:Option[String])=>Taint.apply(effect=effect,key=key,timeAdded=timeAdded,value=value)))))))))))
}
(new$anon():Decoder[T,Taint])
}" class="documentableAnchor">
implicit def obj.read[String]("key")(stringDecoder[T](evidence$1)).flatMap[String,Taint](((key:String)=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.Time]("timeAdded")(decoder[T](evidence$1)).flatMap[String,Taint](((timeAdded:Option[Time])=>obj.readOpt[String]("value")(stringDecoder[T](evidence$1)).map[Taint](((value:Option[String])=>Taint.apply(effect=effect,key=key,timeAdded=timeAdded,value=value)))))))))))
}
(new$anon():Decoder[T,Taint])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, Taint]
- Source:
- Taint.scala