object ConfigMapProjection
- Companion:
- class
- Source:
- ConfigMapProjection.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]("name")(stringDecoder[T](evidence$1)).flatMap[String,ConfigMapProjection](((name:Option[String])=>obj.readOpt[Boolean]("optional")(booleanDecoder[T](evidence$1)).map[ConfigMapProjection](((optional:Option[Boolean])=>ConfigMapProjection.apply(items=items,name=name,optional=optional)))))))))
}
(new$anon():Decoder[T,ConfigMapProjection])
}" class="documentableAnchor">
implicit def obj.readOpt[String]("name")(stringDecoder[T](evidence$1)).flatMap[String,ConfigMapProjection](((name:Option[String])=>obj.readOpt[Boolean]("optional")(booleanDecoder[T](evidence$1)).map[ConfigMapProjection](((optional:Option[Boolean])=>ConfigMapProjection.apply(items=items,name=name,optional=optional)))))))))
}
(new$anon():Decoder[T,ConfigMapProjection])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ConfigMapProjection]
- Source:
- ConfigMapProjection.scala