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