trait StandardFormats extends AnyRef
Provides the YamlFormats for the non-collection standard Scala types (Options, Eithers and Tuples).
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandardFormats
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit def eitherFormat[A, B](implicit arg0: YF[A], arg1: YF[B]): YF[Either[A, B]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- implicit def optionFormat[A](implicit arg0: YF[A]): YF[Option[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def tuple2Format[A, B](implicit arg0: YF[A], arg1: YF[B]): YamlFormat[(A, B)] { def write(t: (A, B)): net.jcazevedo.moultingyaml.YamlArray }
- implicit def tuple3Format[A, B, C](implicit arg0: YF[A], arg1: YF[B], arg2: YF[C]): YamlFormat[(A, B, C)] { def write(t: (A, B, C)): net.jcazevedo.moultingyaml.YamlArray }
- implicit def tuple4Format[A, B, C, D](implicit arg0: YF[A], arg1: YF[B], arg2: YF[C], arg3: YF[D]): YamlFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): net.jcazevedo.moultingyaml.YamlArray }
- implicit def tuple5Format[A, B, C, D, E](implicit arg0: YF[A], arg1: YF[B], arg2: YF[C], arg3: YF[D], arg4: YF[E]): YamlFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): net.jcazevedo.moultingyaml.YamlArray }
- implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: YF[A], arg1: YF[B], arg2: YF[C], arg3: YF[D], arg4: YF[E], arg5: YF[F]): YamlFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): net.jcazevedo.moultingyaml.YamlArray }
- implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: YF[A], arg1: YF[B], arg2: YF[C], arg3: YF[D], arg4: YF[E], arg5: YF[F], arg6: YF[G]): YamlFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): net.jcazevedo.moultingyaml.YamlArray }
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )