Which implicit conversions in Scala are present as default when nothing is imported -


What are the underlying scalas present in default?

I use Rich String >, Regex and some others.

  • But is there a list of them all?
  • Where do they apply? SourceFiles?
  • Is there a way to get a list of all possible underlying conversions for the current state of imports?

    Automatically imported members are:

    • java.lang package members
    • Scala package members
    • predef objects

      See Scale specifications to members. 9.1

      Given that only objects (and package objects) can include methods or values, only There is a place where the underlying value can be found in the standard (without any extra imports) Confirms Predef scala a related package in package object is not).

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -