An open API service indexing awesome lists of open source software.

https://github.com/coderayzhang/scala-example

Scala编写示例,用于新手熟悉scala基本语法
https://github.com/coderayzhang/scala-example

example scala

Last synced: 5 months ago
JSON representation

Scala编写示例,用于新手熟悉scala基本语法

Awesome Lists containing this project

README

          

# Scala-Example
Scala编写示例,用于新手属性scala基本语法

1)actor:初始Actor,Scala Actor并发编程

2)bigdata:利用actor机制实现简易版WordCount

3)cases:熟悉scala中样例类的使用

4)collect:了解scala中collect的基本使用

5)implic:详细展示了隐式转换的实现,以及部分样例

6)thread:scala中线程的实现