AunnDroid : with "u", "n" more
Friday, January 6, 2012
Learning Scala : It's easy!
›
Authored by Win Myo Htet I have read some comment on SO about how they have learned a new language. One commenter said that a week ...
Learning Scala : Scala List API with sample code snippet
›
Authored by Win Myo Htet We have gone through all the functions of List API and along the way we have skipped around to organize fun...
Thursday, January 5, 2012
Learning Scala : Reading the exotic and essential List API scaladoc 14
›
Authored by Win Myo Htet Having gone through the needed explanation in the beginning of the series, there is little need to elabora...
1 comment:
Wednesday, January 4, 2012
Learning Scala : Reading the exotic and essential List API scaladoc 13
›
Authored by Win Myo Htet The functions are quite easy and are groups by their directional counterpart. indeOf* return the first in...
Tuesday, January 3, 2012
Learning Scala : Reading the exotic and essential List API scaladoc 12
›
Authored by Win Myo Htet def genericBuilder [B] : Builder[B, List[B]] The generic builder that builds instances of List at arbitr...
Sunday, January 1, 2012
Learning Scala : Reading the exotic and essential List API scaladoc 11
›
Authored by Win Myo Htet Our current logical grouping this time includes flatMap, flatten, map and mapConserve. def flatMap [B] (f...
Saturday, December 31, 2011
Learning Scala : Reading the exotic and essential List API scaladoc 10
›
Authored by Win Myo Htet def diff [B >: A] (that: Seq[B]): List[A] def diff (that: Seq[A]): List[A] [use case] Computes the m...
›
Home
View web version