Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What do you mean by foldleft in scala?



What do you mean by foldleft in scala?..

Answer / Rohit Singh Yadav

FoldLeft is a higher-order function in Scala that applies an associative binary operation to the elements of a collection from left to right. It takes two parameters: the initial value and a function that takes two arguments. The function is applied to the first and second elements, then the result is passed as the second argument to the next application, and so on.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What is function composition in scala?

1 Answers  


Please explain closure is scala?

1 Answers  


What is map in scala?

1 Answers  


What is function currying in Scala?

1 Answers  


What are option, some and none in scala?

1 Answers  


What is the best tool to develop Play/Scala applications to persist data in MongoDB NoSQL data store?

1 Answers  


Why Scala does NOT have 'static' keyword? What is the main reason for this decision?

1 Answers  


What is the main motto of Scala Language?

1 Answers  


Like Java’s java.lang.Object class, what is the super class of all classes in Scala?

1 Answers  


Does Scala support all Functional Programming concepts? Does Java 8 support all Functional Programming concepts?

1 Answers  


Explain que with example?

1 Answers  


What are the advantages of Play/Scala stack to develop web applications?

1 Answers  


Categories