Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
kiritsuku
kiritsuku has asked
25
questions and find answers to
170
problems.
Stats
5.2k
EtPoint
1.8k
Vote count
25
questions
170
answers
About
kiritsuku questions
What are named and default arguments?
flatmap Lists and Maybes
Is there a functional algorithm which is faster than an imperative one?
Concat parse results
Why is Scalas Either not a monad?
Different notations to express inheritance
Shorten code which handles IO
Type inference from right to left
What is `class A[_]` useful for?
Why is this tail recursive?
kiritsuku answers
A More Powerful getOrElse?
How to view scaladoc as part of eclipse [duplicate]
Why does Scala not infer the type parameters when pattern matching with @
println _ in Scala: Why is the type () => Unit instead of (Any) => Unit?
Closing an Akka stream from inside a GraphStage (Akka 2.4.2)
What is the statement like lambda definition in the first line after class definition in Scala?
Scala's Stream erasure warning
What are named and default arguments?
Determine whether type is singleton via reflection
Implementation of foldLeft in Scala