Scala
스칼라 강좌 (32) -타입기초/ 타입별칭 /추상 타입/ 타입 경계 / 변성
[하마] 이승현 (wowlsh93@gmail.com)
2016. 12. 7. 00:11
타입 기초
타입별칭(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