Scala filter and map
You can filter the items in a collection to create a new collection that contains only the elements that match[…]
Read moreAmplify your java knowledge with javagyansite
You can filter the items in a collection to create a new collection that contains only the elements that match[…]
Read more
In a nutshell, currying is the process of decomposing a function of multiple arguments into a chained sequence of functions[…]
Read more
Traits are a fundamental unit of code reuse in Scala. A trait encapsulates method and field definitions, which can then[…]
Read more
Scala provides the ability to give parameters default values that can be used to allow a caller to omit those[…]
Read more
Named Parameters When calling methods, we can label the arguments with their parameter names. Let us have a look into[…]
Read more
One of the core values of functional programming is that functions should be first-class.The term indicates that they are not[…]
Read more
Functions that accept other functions as parameters and/or use functions as return values are known as higher-order functions. In the[…]
Read more
One good way to think about the Option is that it represents a container, more specifically a container that has[…]
Read more
Martin Odersky released the first version of Scala in 2004. Hybrid: Scala unites two worlds: object-oriented programming and functional programming.[…]
Read more
Metrics Scala Java When it started 2004 1995 Object Oriented/Functional Hybrid. Scala unites two worlds: object-oriented programming and functional[…]
Read more