AsJava

class AsJava[A](op: => A)

Generic class containing the asJava converter method

Generic class containing the asJava converter method

class Object
trait Matchable
class Any

Value members

Concrete methods

def asJava: A

Converts a Scala collection to the corresponding Java collection

Converts a Scala collection to the corresponding Java collection