Skip to Content
프로그래밍 스칼라: 실용적인 스칼라 활용법을 익히는 가장 확실한 실전 바이블 (2.11.x 버전 기반)
book

프로그래밍 스칼라: 실용적인 스칼라 활용법을 익히는 가장 확실한 실전 바이블 (2.11.x 버전 기반)

by 오현석, 딘 왐플러, 알렉스 페인
July 2016
Beginner to intermediate
776 pages
17h 26m
Korean
Hanbit Media, Inc.
Content preview from 프로그래밍 스칼라: 실용적인 스칼라 활용법을 익히는 가장 확실한 실전 바이블 (2.11.x 버전 기반)
577
15
스칼라 타입 시스템 II
서 온 것이다.
1
이 타입에는 자체 타입 매개변수인
α
가 있다(이 역시 임의로 정한 것이다 ). 이
경우에는
Map
의 값 타입을 지정하기 위해
α
를 사용한다.
➎ 구조적 타입 정의를 끝낸다.
번 줄에서 시작한 식을 끝내면서, 구조적 타입에 있는
λ
에 대한 타입 투영을 사용한다
(
15
.
3
절 ‘타입 투영’을 기억하라).
λ
는 이후에 올 코드에서 추론될 내포된 타입 매개변수를 받
Map
에 대한 별명이다.
따라서 타입 람다는
Functor
가 지원하지 못하는,
Map
에 필요한 추가 타입 매개변수를 처리해
준다.
α
는 이어지는 코드에서 추론된다.
λ
α
에 대해 명시적으로 다시 참조할 필요는 없다.
다음 스크립트는 이 코드의 동작을 보여준다.
//
src
/
main
/
scala
/
progscala2
/
typesystem
/
typelambdas
/
Functor
.
sc
import scala
.
language
.
higherKinds
import progscala2
.
typesystem
.
typelambdas
.
Functor
.
_
List
(
1
,
2
,
3
)
map2
(
_
*
2
)
//
List
(
2
,
4
,
6
)
Option
(
2
)
map2
(
_
*
2
)
//
Some
(
4
)
val m
=
Map
("
one
"
-
>
1
,
"
two
"
-
>
2
,
"
three
"
-
>
3
)
m map2 ...
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.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’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
QuotationMarkI 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
QuotationMarkI’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
QuotationMarkI'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.
Mark W.
Embedded Software Engineer

You might also like

스파크를 이용한 자연어 처리 : 대규모 텍스트를 다루는 가장 효율적인 딥러닝을 만나다

스파크를 이용한 자연어 처리 : 대규모 텍스트를 다루는 가장 효율적인 딥러닝을 만나다

이창현, 앨릭스 토머스

Publisher Resources

ISBN: 9788968482755