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. 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. 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( ... ) @native() @IntrinsicCandidate()
  8. implicit val dataConverter: DataConverter.type
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): 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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. implicit val intConverter: IntConverter.type
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val javaBooleanConverter: Converter[Boolean]

    In Java, booleanConverter does not have the right type.

    In Java, booleanConverter does not have the right type. You may try to use this instead.

  17. val javaIntConverter: Converter[Integer]

    In Java, intConverter does not have the right type.

    In Java, intConverter does not have the right type. You may try to use this instead.

  18. val javaLongConverter: Converter[Long]

    In Java, longConverter does not have the right type.

    In Java, longConverter does not have the right type. You may try to use this instead.

  19. implicit def listConverter[A](implicit converter: Converter[A]): ListConverter[A]
    Annotations
    @inline()
  20. implicit val longConverter: LongConverter.type
  21. implicit def mlValueConverter[A]: MLValueConverter[A]
    Annotations
    @inline()
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. implicit def optionConverter[A](implicit converter: Converter[A]): OptionConverter[A]
    Annotations
    @inline()
  26. implicit val stringConverter: StringConverter.type
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. implicit def tuple2Converter[A, B](implicit a: Converter[A], b: Converter[B]): Tuple2Converter[A, B]
    Annotations
    @inline()
  30. implicit def tuple3Converter[A, B, C](implicit a: Converter[A], b: Converter[B], c: Converter[C]): Tuple3Converter[A, B, C]
    Annotations
    @inline()
  31. 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()
  32. 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()
  33. 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()
  34. 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()
  35. implicit val unitConverter: UnitConverter.type
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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