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