Basic Class and Constructor | Spark Scala Learning Note - JiaMing Lin [PDF]

Constructor. class Calculator(brand:String){ /** * A constructor. */ val color: String = if ("brand" == "TI"){ "blue" }

2 downloads 14 Views 33KB Size

Recommend Stories


Installing Apache Spark and Scala
Never wish them pain. That's not who you are. If they caused you pain, they must have pain inside. Wish

[PDF] Learning Spark
Don’t grieve. Anything you lose comes round in another form. Rumi

Manualul inginerului constructor pdf
Courage doesn't always roar. Sometimes courage is the quiet voice at the end of the day saying, "I will

Solid Waste Management Master Class-Learning Note
Respond to every call that excites your spirit. Rumi

Download Learning Spark
You often feel tired, not because you've done too much, but because you've done too little of what sparks

learning note
Respond to every call that excites your spirit. Rumi

Introducción al mundo BigData, Hadoop, Spark y Scala
Learn to light a candle in the darkest moments of someone’s life. Be the light that helps others see; i

PdF Scala Cookbook
And you? When will you begin that long journey into yourself? Rumi

Learning Apache Spark with Python
Don’t grieve. Anything you lose comes round in another form. Rumi

basic obedience class
The only limits you see are the ones you impose on yourself. Dr. Wayne Dyer

Idea Transcript


Spark Scala Learning Note

Introduction 1. Develope Envirinment Setup

Basic Class

2. Scala Basic 2.1. For And Yield 2.2. Functions 2.3. Class and Case Class

class Calculator { val brand = "HP" def add(m:Integer, n:Integer) = m+n }

2.3.1. Basic Class and Constru… 2.3.2. Abstract Class 2.3.3. Case Class 2.4. Object, Compaion Object 2.5. Traits

Usage val cal = new Calculator println(cal.add(2,3))

Output

2.6. Pattern Matching 2.6.1. Matching on Value

5

2.6.2. Matching on Type 2.6.3. Matching on Class Mem…

Constructor

2.7. Exception 2.8. Data Structure 2.8.1. Option

class Calculator(brand:String){ /** * A constructor. */

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.