All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.simy4.xpath.scala.compat.Converters.scala Maven / Gradle / Ivy

The newest version!
package com.github.simy4.xpath.scala.compat

private[scala] object Converters {

  import scala.jdk.CollectionConverters._

  implicit def asJavaIterable[A](it: Iterable[A]): java.lang.Iterable[A] = it.asJava

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy