com.github.simy4.xpath.scala.compat.Converters.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xpath-to-xml-scala_3.0.0-RC3 Show documentation
Show all versions of xpath-to-xml-scala_3.0.0-RC3 Show documentation
Convenient utility to build XML models by evaluating XPath expressions
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