Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-java-interop

Converting Scala array of Int to Java array of Integer

scala scala-java-interop

Version agnostic way to convert from Java to Scala collections and back

Scala public becomes private when accessed from Java?

How to bridge Scala case classes and collections to Java

How can I provide a scala companion object's class to Java?

Java static class members and Scala interoperability

ambiguous reference to overloaded definition, from a Java library

'should contain allOf' on java.util.Map?

Accessing java member variable that has the name "type"

scala scala-java-interop

Type-safe Builder Library for Scala and Java

How do I handle Hashtable nulls in Scala?

scala scala-java-interop

How to concatenate lists that are values of map?

scala operators as methods in java

Scala/Java interoperability: How to deal with options containing Int/Long (primitive types)?

scala scala-java-interop

"Trickiness" to calling Scala code from Java?

How to override `org.elasticsearch.client.FilterClient#doExecute()` in Scala?

Using a scala generic class in java

Convert a Java Future to a Scala Future