Packages

object Default

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Default
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val anyRef: Default[AnyRef]
  5. def apply[A](default: A): Default[A]
  6. def apply[A](implicit d: Default[A]): A
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit val boxedByte: Default[Byte]
  9. implicit val boxedChar: Default[Character]
  10. implicit val boxedDouble: Default[Double]
  11. implicit val boxedFloat: Default[Float]
  12. implicit val boxedInteger: Default[Integer]
  13. implicit val boxedLong: Default[Long]
  14. implicit val boxedShort: Default[Short]
  15. implicit val byte: Default[Byte]
  16. implicit val char: Default[Char]
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. implicit def collection[C[_], A](implicit cbf: CanBuildFrom[Nothing, A, C[A]]): Default[C[A]]
  19. implicit val double: Default[Double]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. implicit val float: Default[Float]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. implicit val int: Default[Int]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. implicit val long: Default[Long]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def numeric[A](implicit arg0: Numeric[A]): Default[A]
  33. implicit def option[A]: Default[Option[A]]
  34. implicit val optionInstance: Default[Option[Nothing]]
  35. implicit val short: Default[Short]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unapply[A](d: Default[A]): Option[A]
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped