Learning
Scalare
Home
Scala
Object
Apply & unapply
Call by Value Vs Call by Name
Scala API Search
Compound Type
Self Type
Scala Funtions
aggregate
andThen
Chain
Collect
Combinations
Compose
Concat
Cond
Const
Containsslice
Corresponds
Count
Diff
Distinct and Distinctby
Spark
What is Spark
Spark RDD
Shuffle Operation
Dataframe and Dataset
Broadcast and Accumulator variables
Java
Doing Lazy Things in Java
Spring
Getting started with SpringBoot!
DataSource - Connection Cook
Database
Optimize SQL Query
MongoDb Schema Design
MYSQL error code 1005
Tuesday, 22 September 2015
Scaps: Scala API Search
Discover functionality in Scala libraries.
URL:
http://scala-search.org/
3 comments:
Ramdas Bhingole, Software Engineer
22 September 2015 at 21:44
Keep on sharing.
Reply
Delete
Replies
Prashant Sable
22 September 2015 at 22:47
Indeed. Thanks!
Delete
Replies
Reply
Reply
Prashant Sable
22 September 2015 at 22:47
This comment has been removed by the author.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Scala Function - distinct and distinctBy
Distinct - It creates a copy of a given collection without duplicated elements DistinctBy - It also creates a copy given collection by kee...
Doing Lazy Things in Java
Java is impatient, So it does things eagerly, Doing lazy things with Java is not straightforward! Let's first understand What do we m...
MongoDb Schema Design
MongoDB is NoSQL Open Source database. It's document based database. Let's take an example to store cricket bat object: Cricket...
Eclipse Idea Shortcut
Eclipse Idea Usage F3 ctrl + b go to declaration (e.g. go to method) ctrl + l ctrl + g go to line ctrl + y ctrl + shift + z red...
Scala Function - Combinations
Scala Collection - Combinations combinations creates the list of all the possible combinations from given collection by taking "n...
Scala Function - aggregateExample
Scala Collection - aggregateExample Use with Par function - It will split input in multiple collection and execute them parallel into 2 step...
Spark - RDD
RDD stands for resilient (restore in case of failure) distributed dataset. RDD is an immutable structure/collection. RDD divide the data in...
Shuffle Operation
Shuffle operation is the most expensive operation in Spark as takes a lot of I/O, networks calls. Why we need shuffle operation: While ru...
Scala apply and unapply
apply and unapply are the special methods in Scala. The apply method works like a constructor. Unapply uses to extract the object. The ...
Scala Function - Corresponds
The corresponds checks two collection indexes by index using the given predicate. Here isEven is a predicate that checks whether input numb...
Keep on sharing.
ReplyDeleteIndeed. Thanks!
DeleteThis comment has been removed by the author.
ReplyDelete