Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Scala

    1. Home>
    2. Scala>
    3. Page 2

    Scala – Sets

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:2 Comments

    Scala Sets is a collection of pairwise different elements of the same type. In other words, a Set is a collection that contains no duplicate elements. There are two kinds…

    Continue ReadingScala – Sets

    Scala – Lists

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    Scala Lists are quite similar to arrays which means, all the elements of a list have the same type but there are two important differences. First, lists are immutable, which…

    Continue ReadingScala – Lists

    Scala – Collections

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    In this guide, we will discuss Scala Collections. Scala has a rich set of collection library. Collections are containers of things. Those containers can be sequenced, linear sets of items…

    Continue ReadingScala – Collections

    Scala – Arrays

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    In this guide, we will discuss Scala Arrays. Scala provides a data structure, the array, which stores a fixed-size sequential collection of elements of the same type. An array is used…

    Continue ReadingScala – Arrays

    Scala – Strings

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    This chapter takes you through the Scala Strings. In Scala, as in Java, a string is an immutable object, that is, an object that cannot be modified. On the other…

    Continue ReadingScala – Strings

    Scala – Closures

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Closures. A closure is a function, whose return value depends on the value of one or more variables declared outside this function. The following piece…

    Continue ReadingScala – Closures

    Scala – Currying Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Currying Functions. Currying transforms a function that takes multiple parameters into a chain of functions, each taking a single parameter. Curried functions are…

    Continue ReadingScala – Currying Functions

    Scala – Anonymous Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Anonymous Functions. Scala provides a relatively lightweight syntax for defining anonymous functions. Anonymous functions in source code are called function literals and at run time,…

    Continue ReadingScala – Anonymous Functions

    Scala – Higher-Order Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Higher-Order Functions. Scala allows the definition of higher-order functions. These are functions that take other functions as parameters, or whose result is a function.…

    Continue ReadingScala – Higher-Order Functions

    Scala – Recursion Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Recursion Functions. Recursion plays a big role in pure functional programming and Scala supports recursion functions very well. Recursion means a function can…

    Continue ReadingScala – Recursion Functions
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • 5
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP