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...
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...
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...
Scaps: Scala API Search
Discover functionality in Scala libraries. URL: http://scala-search.org/
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...
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 Const
Function.Const create an anonymous function which return same output for any input or some fixed input. In below example it gives output 12 ...
Scala Function - Diff
Diff computes the difference between LHS and RHS collection def diffExample(): Unit = { val input1 = List(5,4,3,2,1) val input2 =...
Keep on sharing.
ReplyDeleteIndeed. Thanks!
DeleteThis comment has been removed by the author.
ReplyDelete