Scala
Wednesday, February 22, 2017
Pattern Matching : Using findFirstMatchIn() & Capture Groups
›
object a15_CaptureGroup extends App{ val input = "somefield,string,null" //Use '.r' to create a Regex Object val ...
Label...
›
Friday, December 2, 2016
Getter & Setter methods of a 'var' in Class
›
#398 scala> class Math { | // Note : = _ is called a zero value #400 | private[this] var mk:Int = _ | | ...
Which Sequence to use?
›
Sequences List #373 Fast addition & removal at the beginning of List #373 Use ListBuffer if appending to end of the list is needed...
Thursday, October 13, 2016
Multi List processing : zipped, forall(), exists()
›
scala> /////////////////////////////////////////////////////////// scala> // Multilist processing #367 scala> ////////////////...
›
Home
View web version