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 J

    This author has written 1561 articles
    1. Home>
    2. S J>
    3. Page 37

    Scala Collections – Fold Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Fold Method. fold() method is a member of TraversableOnce trait, it is used to collapse elements of collections. Syntax The following is the…

    Continue ReadingScala Collections – Fold Method

    Scala Collections – Flatten Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Flatten Method. flatten() method is a member GenericTraversableTemplate trait, it returns a single collection of elements by merging child collections. Syntax The following…

    Continue ReadingScala Collections – Flatten Method

    Scala Collections – FlatMap Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - FlatMap Method. flatMap() method is method of TraversableLike trait, it takes a predicate, applies it to each element of the collection and returns…

    Continue ReadingScala Collections – FlatMap Method

    Scala Collections – Find Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Find Method. find() method is method used by Iterators to find an element which satisfies a given predicate. Syntax The following is the…

    Continue ReadingScala Collections – Find Method

    Scala Collections – Filter Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Filter Method. filter() method is method used by List to select all elements which satisfies a given predicate. Syntax The following is the…

    Continue ReadingScala Collections – Filter Method

    Scala Collections – DropWhile Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - DropWhile Method. dropWhile() method is method used by List to drop all elements which satisfies a given condition. Syntax The following is the…

    Continue ReadingScala Collections – DropWhile Method

    Scala Collections – Drop Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Drop Method. drop() method is method used by List to select all elements except first n elements of the list. Syntax The following…

    Continue ReadingScala Collections – Drop Method

    Scala Collections – Stream

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Stream. Scala Stream is special list with lazy evaluation feature. In scala stream, elements are evaluated only when they are needed. Stream supports…

    Continue ReadingScala Collections – Stream

    Scala Collections – Stack

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Stack. Stack is Last In First Out, LIFO data structure and allows to insert and retrieve element at top, in LIFO manner. Declaring…

    Continue ReadingScala Collections – Stack

    Scala Collections – Seq

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Seq. Scala Seq is a trait to represent immutable sequences. This structure provides index based access and various utility methods to find elements,…

    Continue ReadingScala Collections – Seq
    • Go to the previous page
    • 1
    • …
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP