Object/Trait

com.daodecode.scalaj.collection

JConverter

Related Docs: trait JConverter | package collection

Permalink

object JConverter extends PrimitivesJConverter

Companion object of JConverter to bring implicit converters in following order

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JConverter
  2. PrimitivesJConverter
  3. LowImplicitSelfJConverter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BooleanConverter extends JCastConverter[Boolean, collection.JBoolean]

    Permalink
    Definition Classes
    PrimitivesJConverter
  5. implicit object BytesConverter extends JCastConverter[Byte, collection.JByte]

    Permalink
    Definition Classes
    PrimitivesJConverter
  6. implicit object CharConverter extends JCastConverter[Char, collection.JChar]

    Permalink
    Definition Classes
    PrimitivesJConverter
  7. implicit object DoublesConverter extends JCastConverter[Double, collection.JDouble]

    Permalink
    Definition Classes
    PrimitivesJConverter
  8. implicit object FloatConverter extends JCastConverter[Float, collection.JFloat]

    Permalink
    Definition Classes
    PrimitivesJConverter
  9. implicit object IntsConverter extends JCastConverter[Int, collection.JInt]

    Permalink
    Definition Classes
    PrimitivesJConverter
  10. implicit object LongsConverter extends JCastConverter[Long, collection.JLong]

    Permalink
    Definition Classes
    PrimitivesJConverter
  11. implicit object ShortsConverter extends JCastConverter[Short, collection.JShort]

    Permalink
    Definition Classes
    PrimitivesJConverter
  12. def apply[A, B](c: (A) ⇒ B): JConverter[A, B]

    Permalink
  13. implicit def arrayConverter[A, B](implicit arg0: ClassTag[B], converter: JConverter[A, B]): JConverter[Array[A], Array[B]]

    Permalink

    returns

    converter for converting Java scala.Array to Java scala.Array :). Given converter used to convert elements of the array

  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. implicit def mapConverter[A, B, C, D](implicit keyConverter: JConverter[A, C], valueConverter: JConverter[B, D]): JConverter[Map[A, B], collection.JMap[C, D]]

    Permalink

    returns

    converter for converting Scala scala.collection.Map to Java JMap. Given converters used to convert keys and values of Scala map

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit def selfConverter[A]: JConverter[A, A]

    Permalink
    Definition Classes
    LowImplicitSelfJConverter
  27. implicit def seqConverter[A, B](implicit converter: JConverter[A, B]): JConverter[Seq[A], collection.JList[B]]

    Permalink

    returns

    converter for converting Scala scala.collection.Seq to Java JList. Given converter used to convert elements of Scala seq

  28. implicit def setConverter[A, B](implicit converter: JConverter[A, B]): JConverter[Set[A], collection.JSet[B]]

    Permalink

    returns

    converter for converting Scala scala.collection.Set to Java JSet. Given converter used to convert elements of Scala set

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrimitivesJConverter

Inherited from LowImplicitSelfJConverter

Inherited from AnyRef

Inherited from Any

Ungrouped