Info

object Info
Companion:
class
Source:
Info.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Info.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.read[String]("goVersion")(stringDecoder).flatMap[String,Info](((goVersion:String)=>obj.read[String]("compiler")(stringDecoder).flatMap[String,Info](((compiler:String)=>obj.read[String]("gitVersion")(stringDecoder).flatMap[String,Info](((gitVersion:String)=>obj.read[String]("gitTreeState")(stringDecoder).flatMap[String,Info](((gitTreeState:String)=>obj.read[String]("platform")(stringDecoder).flatMap[String,Info](((platform:String)=>obj.read[String]("buildDate")(stringDecoder).flatMap[String,Info](((buildDate:String)=>obj.read[String]("major")(stringDecoder).flatMap[String,Info](((major:String)=>obj.read[String]("minor")(stringDecoder).map[Info](((minor:String)=>Info.apply(gitCommit=gitCommit,goVersion=goVersion,compiler=compiler,gitVersion=gitVersion,gitTreeState=gitTreeState,platform=platform,buildDate=buildDate,major=major,minor=minor))))))))))))))))))))) } (new$anon():Decoder[Info]) }" class="documentableAnchor">
Source:
Info.scala
implicit val encoder: Encoder[Info]
Source:
Info.scala