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