Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Akka
- 하이퍼레저 패브릭
- 스위프트
- 안드로이드 웹뷰
- hyperledger fabric
- 파이썬 동시성
- 파이썬 강좌
- Play2 로 웹 개발
- Actor
- 주키퍼
- 파이썬 데이터분석
- Hyperledger fabric gossip protocol
- 블록체인
- play 강좌
- play2 강좌
- 스칼라 동시성
- akka 강좌
- 엔터프라이즈 블록체인
- 파이썬 머신러닝
- Golang
- 이더리움
- Play2
- 스칼라 강좌
- 하이브리드앱
- CORDA
- 플레이프레임워크
- 그라파나
- 파이썬
- Adapter 패턴
- 스칼라
Archives
- Today
- Total
HAMA 블로그
스칼라 강좌 (32) -타입기초/ 타입별칭 /추상 타입/ 타입 경계 / 변성 본문
타입 기초
타입별칭(Type alias)
https://alvinalexander.com/scala/scala-type-aliases-syntax-examples
추상 타입
http://docs.scala-lang.org/ko/tutorials/tour/abstract-types.html
매개변수된 타입 (제너릭)
http://docs.scala-lang.org/ko/tutorials/tour/generic-classes.html
상위 타입 경계
http://docs.scala-lang.org/ko/tutorials/tour/upper-type-bounds
하위 타입 경계
http://docs.scala-lang.org/ko/tutorials/tour/upper-type-bounds
공변성
https://twitter.github.io/scala_school/ko/type-basics.html#variance
'Scala' 카테고리의 다른 글
스칼라 강좌 (34) 동시성을 위한 Future (0) | 2017.02.16 |
---|---|
스칼라 강좌 (32) - 가변 인자 처리 ( * 과 _* ) (0) | 2016.12.15 |
스칼라 강좌 (31) - 스칼라에서 사용되는 심볼들 (0) | 2016.12.07 |
스칼라 강좌 (30) - type projection ( # 에 관하여) (0) | 2016.12.06 |
스칼라 강좌 (29) - for comprehensions (0) | 2016.11.12 |
Comments