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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -