Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Dima
Dima has asked
21
questions and find answers to
168
problems.
Stats
4.7k
EtPoint
1.6k
Vote count
21
questions
168
answers
About
Dima questions
"close" a Stream?
Avro serialization: which parts are and aren't thread-safe?
Why do we need traits in scala?
Discard return value to return Unit?
What does Dotty offer to replace type projections?
Why does `.asInstanceOf` sometimes throw, and sometimes not?
Inferring parameter type for a lambda (again!)
Implicit conversions weirdness
Is it possible to call an overridden method from self type?
Why is Array.slice so (shockingly!) slow?
Dima answers
Multiple colons(:) after class type parameter
How to define a infinite Lazy List using a given function or property in Scala?
Pattern for mapping with identity and applying a side-effect
Scala : class[T] extends T?
Enriching object with mixin trait
Scala Why does the List class define a toList Method?
Test to make sure two functions run concurrently?
How can I define a generic function in scala that accepts all 'computable' Datatypes?
Scala: Maintain child class in parent methods?
What is wrong with the below inheritance code in Scala?