SlideShare ist ein Scribd-Unternehmen logo
1 von 16
Downloaden Sie, um offline zu lesen
Scala
Java++
https://www.youtube.com/watch?v=LH75sJAR0hc
Overview
Type Safe
Play Scala
Spark
Java
Martin Odersky
Language Design
Trait
Static(Infer) and Strongly Typed
Case Class
ActorHigh Order Function
Pattern Matcher
Optional
Hello World
s” Hello ${param}”
List/Dictionary
List(1, 2, 3) Map(“a” -> 1, “b” -> 2)
Set/Tuple
(“a”, “b”) Set(“a”, “b”, “c”)
Function/Lambda
s => println(s) callback: String => Unit
Closure
closure is like a class instance that has variables.
High-Order Function
map / ïŹlter / reduce
Class
a constructor is deïŹned in a class block
cannot have class variables/methods
Object
is a singleton object. You cannot instantiate it.
Companion object
whose name is equivalent to the class in the same ïŹle
can access private parts.
usually designed to provide
factory methods.
Case Class
works like Enum.
generates a companion object automatically.
object Mobile()
Trait/Mix-in
Dependency Injection using Trait
Optional
Option(“David”) match Some() or None
Parallel
List.par

Weitere Àhnliche Inhalte

Was ist angesagt?

Real-World Scala Design Patterns
Real-World Scala Design PatternsReal-World Scala Design Patterns
Real-World Scala Design Patterns
NLJUG
 
Types by Adform Research, Saulius Valatka
Types by Adform Research, Saulius ValatkaTypes by Adform Research, Saulius Valatka
Types by Adform Research, Saulius Valatka
Vasil Remeniuk
 
Chelberg ptcuser 2010
Chelberg ptcuser 2010Chelberg ptcuser 2010
Chelberg ptcuser 2010
Clay Helberg
 

Was ist angesagt? (20)

Class 7 - PHP Object Oriented Programming
Class 7 - PHP Object Oriented ProgrammingClass 7 - PHP Object Oriented Programming
Class 7 - PHP Object Oriented Programming
 
Scala syntax analysis
Scala syntax analysisScala syntax analysis
Scala syntax analysis
 
Real-World Scala Design Patterns
Real-World Scala Design PatternsReal-World Scala Design Patterns
Real-World Scala Design Patterns
 
Scala fundamentals
Scala fundamentalsScala fundamentals
Scala fundamentals
 
Few simple-type-tricks in scala
Few simple-type-tricks in scalaFew simple-type-tricks in scala
Few simple-type-tricks in scala
 
Types by Adform Research, Saulius Valatka
Types by Adform Research, Saulius ValatkaTypes by Adform Research, Saulius Valatka
Types by Adform Research, Saulius Valatka
 
Unsafe to typesafe
Unsafe to typesafeUnsafe to typesafe
Unsafe to typesafe
 
Introduction To Scala
Introduction To ScalaIntroduction To Scala
Introduction To Scala
 
Oops in PHP
Oops in PHPOops in PHP
Oops in PHP
 
Scala - the good, the bad and the very ugly
Scala - the good, the bad and the very uglyScala - the good, the bad and the very ugly
Scala - the good, the bad and the very ugly
 
Scala’s implicits
Scala’s implicitsScala’s implicits
Scala’s implicits
 
Class and Objects in PHP
Class and Objects in PHPClass and Objects in PHP
Class and Objects in PHP
 
Hello java
Hello java  Hello java
Hello java
 
Hello Java-First Level
Hello Java-First LevelHello Java-First Level
Hello Java-First Level
 
PHP- Introduction to Object Oriented PHP
PHP-  Introduction to Object Oriented PHPPHP-  Introduction to Object Oriented PHP
PHP- Introduction to Object Oriented PHP
 
Advanced Reflection in Pharo
Advanced Reflection in PharoAdvanced Reflection in Pharo
Advanced Reflection in Pharo
 
FFW Gabrovo PMG - PHP OOP Part 3
FFW Gabrovo PMG - PHP OOP Part 3FFW Gabrovo PMG - PHP OOP Part 3
FFW Gabrovo PMG - PHP OOP Part 3
 
PHP Classes and OOPS Concept
PHP Classes and OOPS ConceptPHP Classes and OOPS Concept
PHP Classes and OOPS Concept
 
Swift in SwiftUI
Swift in SwiftUISwift in SwiftUI
Swift in SwiftUI
 
Chelberg ptcuser 2010
Chelberg ptcuser 2010Chelberg ptcuser 2010
Chelberg ptcuser 2010
 

Andere mochten auch

Perintah-perintah MS-DOS
Perintah-perintah MS-DOSPerintah-perintah MS-DOS
Perintah-perintah MS-DOS
sfhsjd
 
àčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžš
àčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžšàčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžš
àčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžš
Paradon Boonme
 
insights-and-ideas-issue-2
insights-and-ideas-issue-2insights-and-ideas-issue-2
insights-and-ideas-issue-2
Mark Blundell
 
Top 8 engineering specialist resume samples
Top 8 engineering specialist resume samplesTop 8 engineering specialist resume samples
Top 8 engineering specialist resume samples
tonychoper6605
 
bảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáo
bảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáobảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáo
bảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáo
mercedez164
 
Thuốc Khớp TĂąn BĂŹnh
Thuốc Khớp TĂąn BĂŹnhThuốc Khớp TĂąn BĂŹnh
Thuốc Khớp TĂąn BĂŹnh
dorthea694
 

Andere mochten auch (17)

Inspections
InspectionsInspections
Inspections
 
Perintah-perintah MS-DOS
Perintah-perintah MS-DOSPerintah-perintah MS-DOS
Perintah-perintah MS-DOS
 
CV (2) 2016 (3)
CV (2) 2016 (3)CV (2) 2016 (3)
CV (2) 2016 (3)
 
àčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžš
àčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžšàčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžš
àčƒàžšàž‡àžČàž™àž—àž”àčˆ6 àž™àžČàž‡àžȘàžČàž§-àžȘàžžàžŁàž”àžžàžŁ-àž„àžłàž•àžŽàčŠàžš
 
PP nomor 61 tahun 2010 (pp nomor 61 tahun 2010)
PP nomor 61 tahun 2010 (pp nomor 61 tahun 2010)PP nomor 61 tahun 2010 (pp nomor 61 tahun 2010)
PP nomor 61 tahun 2010 (pp nomor 61 tahun 2010)
 
insights-and-ideas-issue-2
insights-and-ideas-issue-2insights-and-ideas-issue-2
insights-and-ideas-issue-2
 
Bc5
Bc5Bc5
Bc5
 
Arbutin 497-76-7-api-manufacturer-suppliers
Arbutin 497-76-7-api-manufacturer-suppliersArbutin 497-76-7-api-manufacturer-suppliers
Arbutin 497-76-7-api-manufacturer-suppliers
 
Latihan uan12 soal
Latihan uan12 soalLatihan uan12 soal
Latihan uan12 soal
 
Top 8 engineering specialist resume samples
Top 8 engineering specialist resume samplesTop 8 engineering specialist resume samples
Top 8 engineering specialist resume samples
 
Project management
Project  managementProject  management
Project management
 
bảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáo
bảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáobảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáo
bảng giĂĄ thiĂȘ́t kĂȘ́ video quảng cáo độc đáo
 
Thuốc Khớp TĂąn BĂŹnh
Thuốc Khớp TĂąn BĂŹnhThuốc Khớp TĂąn BĂŹnh
Thuốc Khớp TĂąn BĂŹnh
 
Vod(1)
Vod(1)Vod(1)
Vod(1)
 
Sincongel cct 2015
Sincongel cct 2015Sincongel cct 2015
Sincongel cct 2015
 
Dbn a.1.1 3-93
Dbn a.1.1 3-93Dbn a.1.1 3-93
Dbn a.1.1 3-93
 
testing
testingtesting
testing
 

Ähnlich wie Scala

Intro to scala
Intro to scalaIntro to scala
Intro to scala
Joe Zulli
 
Effective Scala (JavaDay Riga 2013)
Effective Scala (JavaDay Riga 2013)Effective Scala (JavaDay Riga 2013)
Effective Scala (JavaDay Riga 2013)
mircodotta
 

Ähnlich wie Scala (20)

Stepping Up : A Brief Intro to Scala
Stepping Up : A Brief Intro to ScalaStepping Up : A Brief Intro to Scala
Stepping Up : A Brief Intro to Scala
 
Qcon2011 functions rockpresentation_scala
Qcon2011 functions rockpresentation_scalaQcon2011 functions rockpresentation_scala
Qcon2011 functions rockpresentation_scala
 
Oop2010 Scala Presentation Stal
Oop2010 Scala Presentation StalOop2010 Scala Presentation Stal
Oop2010 Scala Presentation Stal
 
Scala Talk at FOSDEM 2009
Scala Talk at FOSDEM 2009Scala Talk at FOSDEM 2009
Scala Talk at FOSDEM 2009
 
Scala presentationjune112011
Scala presentationjune112011Scala presentationjune112011
Scala presentationjune112011
 
The Scala Programming Language
The Scala Programming LanguageThe Scala Programming Language
The Scala Programming Language
 
Master in javascript
Master in javascriptMaster in javascript
Master in javascript
 
Intro to scala
Intro to scalaIntro to scala
Intro to scala
 
Scala introduction
Scala introductionScala introduction
Scala introduction
 
Scala
ScalaScala
Scala
 
whats new in java 8
whats new in java 8 whats new in java 8
whats new in java 8
 
Scala for curious
Scala for curiousScala for curious
Scala for curious
 
Effective Scala (JavaDay Riga 2013)
Effective Scala (JavaDay Riga 2013)Effective Scala (JavaDay Riga 2013)
Effective Scala (JavaDay Riga 2013)
 
Scala intro for Java devs 20150324
Scala intro for Java devs 20150324Scala intro for Java devs 20150324
Scala intro for Java devs 20150324
 
Scala Intro
Scala IntroScala Intro
Scala Intro
 
A Scala tutorial
A Scala tutorialA Scala tutorial
A Scala tutorial
 
Scala in a nutshell by venkat
Scala in a nutshell by venkatScala in a nutshell by venkat
Scala in a nutshell by venkat
 
Core Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika TutorialsCore Java Tutorials by Mahika Tutorials
Core Java Tutorials by Mahika Tutorials
 
Scala ntnu
Scala ntnuScala ntnu
Scala ntnu
 
2014 holden - databricks umd scala crash course
2014   holden - databricks umd scala crash course2014   holden - databricks umd scala crash course
2014 holden - databricks umd scala crash course
 

Mehr von Futada Takashi (20)

ES6 ECMA2015
ES6 ECMA2015ES6 ECMA2015
ES6 ECMA2015
 
Swift
SwiftSwift
Swift
 
Aws(sdk)
Aws(sdk)Aws(sdk)
Aws(sdk)
 
Objective c(lang)
Objective c(lang)Objective c(lang)
Objective c(lang)
 
Aws(sns)
Aws(sns)Aws(sns)
Aws(sns)
 
Ionic2
Ionic2Ionic2
Ionic2
 
Ionic3
Ionic3Ionic3
Ionic3
 
Ionic
IonicIonic
Ionic
 
Node js
Node jsNode js
Node js
 
Aws
AwsAws
Aws
 
Java8
Java8Java8
Java8
 
Ruby
RubyRuby
Ruby
 
Python
PythonPython
Python
 
Golang
GolangGolang
Golang
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
Coffee script
Coffee scriptCoffee script
Coffee script
 
AngularJS
AngularJSAngularJS
AngularJS
 
English
EnglishEnglish
English
 
Swift study: Closure
Swift study: ClosureSwift study: Closure
Swift study: Closure
 
Swift study: iBeacon
Swift study: iBeaconSwift study: iBeacon
Swift study: iBeacon
 

KĂŒrzlich hochgeladen

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

KĂŒrzlich hochgeladen (20)

%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] đŸ„ Women's Abortion Clinic in T...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 

Scala