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
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 50

    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

    Scala – Functions with Named Arguments

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

    In this guide, we will discuss Scala Functions with Named Arguments. In a normal function call, the arguments in the call are matched one by one in the order of…

    Continue ReadingScala – Functions with Named Arguments

    Scala – Partially Applied 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 Partially Applied Functions. When you invoke a function, you're said to be applying the function to the arguments. If you pass all the…

    Continue ReadingScala – Partially Applied Functions

    Scala – Nested 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 Nested Functions. Scala allows you to define functions inside a function and functions defined inside other functions are called local functions. Here is an…

    Continue ReadingScala – Nested Functions

    Scala – Default Parameter Values for a Function

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

    In this guide, we will discuss Scala Default Parameter Values for a Function. Scala lets you specify default values for function parameters. The argument for such a parameter can optionally…

    Continue ReadingScala – Default Parameter Values for a Function

    Scala – Function with Variable Arguments

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

    In this guide, we will discuss Scala Function with Variable Arguments. Scala allows you to indicate that the last parameter to a function may be repeated. This allows clients to…

    Continue ReadingScala – Function with Variable Arguments
    • Go to the previous page
    • 1
    • …
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP