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