You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is developed using the Java language, but the majority of users are working with it using the Scala language.
Method signatures should be "designed" in a way that would eliminate the need for Scala-to-Java type casts and/or conversions. For example, the List type is different/incompatible between these two languages, whereas the array type is the same.
The text was updated successfully, but these errors were encountered:
This library is developed using the Java language, but the majority of users are working with it using the Scala language.
Method signatures should be "designed" in a way that would eliminate the need for Scala-to-Java type casts and/or conversions. For example, the List type is different/incompatible between these two languages, whereas the array type is the same.
The text was updated successfully, but these errors were encountered: