Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Lazy Computation#

Sumit Rawal answered on May 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • when do we need lazy load
  • what is the opposite of lazy initialization
  • LazyFluentIterable
  • 3. Lazy Computation#

  • Lazy Computation#

    0

    A LazyList’s lazy aspect might not have been visible in the example above because we are asking the compiler to print every element of the LazyList; hence, every element needs to be computed. But what would happen if we tell the compiler to print the complete LazyList, instead of printing each element?

    To get a better understanding of lazy computation, let’s first print a whole List and see how a nonlazy approach would look.

    Popularity 1/10 Helpfulness 1/10 Language scala
    Source: Grepper
    Tags: scala
    Link to this answer
    Share Copy Link
    Contributed on May 23 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.