Scala - Rich wrapper classes Code Example

The code for Rich wrapper classes

Byte     scala.runtime.RichByte
Short    scala.runtime.RichShort
Int      scala.runtime.RichInt
Long     scala.runtime.RichLong

Char     scala.runtime.RichChar
String   scala.collection.immutable.String

Float    scala.runtime.RichFloat
Double   scala.runtime.RichDouble

Boolean  scala.runtime.RichBoolean
Code by IncludeHelp, on August 13, 2022 21:59

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.