Packages

object Implicits

Source
Implicits.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Implicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val bigIntConverter: BigIntConverter.type
  6. implicit val booleanConverter: BooleanConverter.type
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. implicit val dataConverter: DataConverter.type
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def functionConverter[D, R](implicit converterD: Converter[D], converterR: Converter[R]): FunctionConverter[D, R]
    Annotations
    @inline()
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. implicit val intConverter: IntConverter.type
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. implicit def listConverter[A](implicit converter: Converter[A]): ListConverter[A]
    Annotations
    @inline()
  17. implicit val longConverter: LongConverter.type
  18. implicit def mlValueConverter[A]: MLValueConverter[A]
    Annotations
    @inline()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. implicit def optionConverter[A](implicit converter: Converter[A]): OptionConverter[A]
    Annotations
    @inline()
  23. implicit val stringConverter: StringConverter.type
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. implicit def tuple2Converter[A, B](implicit a: Converter[A], b: Converter[B]): Tuple2Converter[A, B]
    Annotations
    @inline()
  27. implicit def tuple3Converter[A, B, C](implicit a: Converter[A], b: Converter[B], c: Converter[C]): Tuple3Converter[A, B, C]
    Annotations
    @inline()
  28. implicit def tuple4Converter[A, B, C, D](implicit a: Converter[A], b: Converter[B], c: Converter[C], d: Converter[D]): Tuple4Converter[A, B, C, D]
    Annotations
    @inline()
  29. implicit def tuple5Converter[A, B, C, D, E](implicit a: Converter[A], b: Converter[B], c: Converter[C], d: Converter[D], e: Converter[E]): Tuple5Converter[A, B, C, D, E]
    Annotations
    @inline()
  30. implicit def tuple6Converter[A, B, C, D, E, F](implicit a: Converter[A], b: Converter[B], c: Converter[C], d: Converter[D], e: Converter[E], f: Converter[F]): Tuple6Converter[A, B, C, D, E, F]
    Annotations
    @inline()
  31. implicit def tuple7Converter[A, B, C, D, E, F, G](implicit a: Converter[A], b: Converter[B], c: Converter[C], d: Converter[D], e: Converter[E], f: Converter[F], g: Converter[G]): Tuple7Converter[A, B, C, D, E, F, G]
    Annotations
    @inline()
  32. implicit val unitConverter: UnitConverter.type
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped