ddykotex.courier_2.11.3.1.0.source-code.compat.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of courier_2.11 Show documentation
Show all versions of courier_2.11 Show documentation
deliver electronic mail with scala
The newest version!
package courier
object Compat {
def asJava[T](set: Set[T]): java.util.Set[T] = {
import collection.JavaConverters._
set.asJava
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy