이번 장에서는 앞 장에서 시작한 타입 시스템에 대한 정리를 계속한다. 여기서 논의할 타입 기능
들은 언젠가는 여러분이 마주치게 될 것이지만, 스칼라를 배운지 얼마 되지 않은 경우에는 급하
게 알 필요 없다. 스칼라 프로젝트를 진행하고, 서드파티 라이브러리를 사용함에 따라서 언젠
가는 여기서 다룬 내용을 마주치게 될 것이다(여기서 다룬 내용을 깊이 알고 싶은 독자는 “스
칼라 언어 명세”(
http
://
bit
.
ly
/
1wNBOR8
)를 보라). 그렇더라도 여러분이 이번 장을 대충 훑
어볼 것을 권한다. 예를 들어 이 책의 뒷부분에서 더 고급 예제를 다루면서 경로에 의존하는 타
입
path
dependent
type
을 사용한 것을 몇 가지 보게 될 것이다. 그래도 여기서 그에 대해 ‘깊이’ 이해할
필요는 없다.
15.1
경로에 의존하는 타입
스칼라는 그보다 앞선 자바와 마찬가지로 타입의 내포를 허용한다. 경로
path
식을 사용해서 내포
시킨 타입에 접근할 수 있다.
다음 예제를 보자.
스칼라 타입 시스템
II
CHAPTER
15
558
3
부
기초를 넘어서
//
src
/
main
/
scala
/
progscala2 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.