Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-java-interop

Scala and Java Generics -- Extracting and returning nested types

Using Scala reflection with Java reflection

Difference in type erasure of List[Int] and List[Integer]

Using Scala type aliases from Java code

Implementing a Scala function in Java

Scala extra no-arg constructor plus default constructor parameters

Catch in Java a exception thrown in Scala - unreachable catch block

Using scala vararg methods in java

How to use Java lambdas in Scala

Scala getters and setters in Java class

In Scala, how can I define a companion object for a class defined in Java?

Scala Option(null) expected as None but I got Some(0)

Implicit conversion of java.util.List to scala List does not occur

Abstract methods and the varargs annotation

What's the difference between a class with a companion object and a class and object with the same name?

Getting a Scala Map from a Java Properties

What is the Java equivalent of a Scala object?

Can I use scala List directly in Java?

Scala: Overriding Generic Java Methods II

scala scala-java-interop

Convert scala future to java future