implicit final class DecoderYamlOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DecoderYamlOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DecoderYamlOps(raw: String)
Value Members
- def fromYaml[A](implicit decoder: JsonDecoder[A]): Either[String, A]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any