Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mario Galic
Mario Galic has asked
50
questions and find answers to
288
problems.
Stats
5.7k
EtPoint
1.4k
Vote count
50
questions
288
answers
About
Mario Galic questions
Automatic derivation of codecs for structural types
Covariant type A accepted in contravariant position of function argument A => B
Pattern for mapping with identity and applying a side-effect
Implementing value equality of functions
Initialisation order throws null pointer on lazy val access
Why is import cats.implicits._ no longer necessary for importing type class instances?
Composing PartialFunctions with orElse when there is a wildcard case
ConcurrentHashMap[String, AtomicInteger] or ConcurrentHashMap[String, Int] for thread-safe counters?
Quickly switching Scala versions from CLI
Replace scalaz ListT with semantically equivalent cats functionality
Mario Galic answers
How does Scala resolve generic types automatically?
What's the difference between :, :: and / in SBT?
Testing Play framework controller that streams responses
How to install scala 2.12
Purpose of toIterable
Creating typeTag from String and pass it to a polymorphic Method
How to use conditional mock in Mockito
JAVA - Instantiate Scala case class
Case class immutable still able to change the parameter values
Why does an exception thrown in Try.recover not break execution flow?