it.agilelab.darwin.common

compat

package compat

Converters java <-> scala that works between 2.10, 2.11, 2.12, 2.13

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. compat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class IterableConverter[A] extends AnyRef

  2. implicit class IteratorConverter[A] extends AnyRef

  3. implicit class JIterableConverter[A] extends AnyRef

  4. implicit class JMapConverter[A, B] extends AnyRef

  5. implicit class MapConverter[A, B] extends AnyRef

  6. implicit final class RightBiasedEither[+L, +R] extends AnyVal

  7. implicit class SetConverter[A] extends AnyRef

Value Members

  1. def toJava[A](list: List[A]): List[A]

  2. def toJava[A](iterable: Iterable[A]): Iterable[A]

  3. def toScala[A](jSet: Set[A]): Set[A]

  4. def toScala[A, B](jIterator: Map[A, B]): Map[A, B]

  5. def toScala[A](jIterator: Iterator[A]): Iterator[A]

  6. def toScala[A](jIterable: Iterable[A]): Iterable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped