ToJavaImplicits
Defines implicit conversions from Scala to Java collections.
Attributes
- Deprecated
- true
- Source
- ImplicitConversions.scala
- Graph
-
- Supertypes
- Known subtypes
-
object ImplicitConversionsobject ImplicitConversionsToJava
Members list
Implicits
Implicits
Implicitly converts a Scala mutable Buffer
to a Java List
.
Implicitly converts a Scala mutable Buffer
to a Java List
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala Iterable
to an immutable Java Collection
.
Implicitly converts a Scala Iterable
to an immutable Java Collection
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala mutable Map
to a Java Dictionary
.
Implicitly converts a Scala mutable Map
to a Java Dictionary
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala Iterator
to a Java Enumeration
.
Implicitly converts a Scala Iterator
to a Java Enumeration
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala Iterable
to a Java Iterable
.
Implicitly converts a Scala Iterable
to a Java Iterable
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala Iterator
to a Java Iterator
.
Implicitly converts a Scala Iterator
to a Java Iterator
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala mutable concurrent.Map
to a Java ConcurrentMap
.
Implicitly converts a Scala mutable concurrent.Map
to a Java ConcurrentMap
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala Map
to a Java Map
.
Implicitly converts a Scala mutable Map
to a Java Map
.
Implicitly converts a Scala mutable Map
to a Java Map
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala mutable Seq
to a Java List
.
Implicitly converts a Scala mutable Seq
to a Java List
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala mutable Set
to a Java Set
.
Implicitly converts a Scala mutable Set
to a Java Set
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala Seq
to a Java List
.
Implicitly converts a Scala Seq
to a Java List
.
Attributes
- See also
- Source
- ImplicitConversions.scala
Implicitly converts a Scala Set
to a Java Set
.