RuleWithOperations

trait Product
trait Mirror
class Object
trait Matchable
class Any

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.readOpt[Seq[String]]("apiVersions")(arrDecoder[String](stringDecoder)).flatMap[String,RuleWithOperations](((apiVersions:Option[Seq[String]])=>obj.readOpt[String]("scope")(stringDecoder).flatMap[String,RuleWithOperations](((scope:Option[String])=>obj.readOpt[Seq[String]]("apiGroups")(arrDecoder[String](stringDecoder)).flatMap[String,RuleWithOperations](((apiGroups:Option[Seq[String]])=>obj.readOpt[Seq[String]]("resources")(arrDecoder[String](stringDecoder)).map[RuleWithOperations](((resources:Option[Seq[String]])=>RuleWithOperations.apply(operations=operations,apiVersions=apiVersions,scope=scope,apiGroups=apiGroups,resources=resources))))))))))))) } (new$anon():Decoder[RuleWithOperations]) }" class="documentableAnchor">