Package

it.agilelab.darwin.common

compat

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. implicit class IterableConverter[A] extends AnyRef

    Permalink
  2. implicit class IteratorConverter[A] extends AnyRef

    Permalink
  3. implicit class JIterableConverter[A] extends AnyRef

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

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

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

    Permalink
  7. implicit class SetConverter[A] extends AnyRef

    Permalink

Value Members

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

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

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped