Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Technical Challenges

 

Open Questions

How to deal with Option[T] field in Java when calling from Scala?

On Java side:

  • Option 1: Create a wrapper class in Java that allow users to use Scala Option field smoothly, something like this.

On Scala side:

  • Option 1: Use null to replace some field defined in Scala to match Java's need
  • Option 2: Build override method in Scala to allow Java user to use them
  • Option 3: Create builder on Scala side that allow Java user by pass the field for optional.

Milestones

 

Glossary

References