
Functional Programming in Scala
video description
Date: 2022-03-14
Related videos
Comments and reviews: 5
Vrunda
File1 Code - -
class Abc --
//code-
--
File2 Code - -
Class Abc1 --
var a:Abc = null -
try --
a = new Abc()-
--
--
what does this line in file2 mean in scala -var a:Abc = null- where Abc is a class stored in file1
reply
File1 Code - -
class Abc --
//code-
--
File2 Code - -
Class Abc1 --
var a:Abc = null -
try --
a = new Abc()-
--
--
what does this line in file2 mean in scala -var a:Abc = null- where Abc is a class stored in file1
reply
Oscar
This is a very good talk, I enjoyed it. But don't forget about stuff like this:
class WithFilter[K, +V, +IterableCC[_], +CC[_, _] Boolean-
) extends IterableOps.WithFilter[(K, V), IterableCC](self, p) with Serializable
reply
This is a very good talk, I enjoyed it. But don't forget about stuff like this:
class WithFilter[K, +V, +IterableCC[_], +CC[_, _] Boolean-
) extends IterableOps.WithFilter[(K, V), IterableCC](self, p) with Serializable
reply
Zhenghao
Omg! This lecture just made me rethink what I-ve been doing for the past 12 years of my career.
I-m going to start a new big data project real soon. Is this something that can be applied in such a project?
reply
Omg! This lecture just made me rethink what I-ve been doing for the past 12 years of my career.
I-m going to start a new big data project real soon. Is this something that can be applied in such a project?
reply
Ricky
If the inc function is handed the max value of int as its parameter, it should result in an exception as well ... and therefore is not a pure function either
reply
If the inc function is handed the max value of int as its parameter, it should result in an exception as well ... and therefore is not a pure function either
reply
Oscar
20:04 - yes the compiler works pretty heavily, that's why I bought the 32 core AMD, the compiler works faster! It is a pleasure really.
reply
20:04 - yes the compiler works pretty heavily, that's why I bought the 32 core AMD, the compiler works faster! It is a pleasure really.
reply
Add a review, comment
Other channel videos















