2017年9月24日

notes for TOUR OF SCALA/efficient scala/programming in scala(scala always to be continue)

摘要: official website https://docs.scala-lang.org/tour/variances.html all codes for testing : https://github.com/yuqingwang15/scala-coding some snippets: h 阅读全文

posted @ 2017-09-24 09:10 satyrs 阅读(196) 评论(0) 推荐(0) 编辑

IndexedSeq.scala (source code)

摘要: collection.IndexedSeq的一个trait immutable traitIndexedSeq[+A] extends Seq[A] with GenericTraversableTemplate[A, IndexedSeq] with IndexedSeqLike[A, Index 阅读全文

posted @ 2017-09-24 09:09 satyrs 阅读(175) 评论(0) 推荐(0) 编辑

operators(scala)

摘要: 1 _= setters:以_=接在getter的identifier后,并紧跟参数 阅读全文

posted @ 2017-09-24 09:09 satyrs 阅读(239) 评论(0) 推荐(0) 编辑

导航