Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
IttayD
IttayD has asked
94
questions and find answers to
53
problems.
Stats
1.9k
EtPoint
524
Vote count
94
questions
53
answers
About
IttayD questions
scala: tracing implicits selection and other code magics
remote css from local file doesn't work?
hadoop: tasks not local with file?
TypeError: <lambda>() takes exactly 1 argument (3 given)
camel: how can i send to an endpoint asynchronously
maven/visualvm: how can i use visualvm to profile a running surefire process?
Understanding FP in an enterprise application context (in Scala)
alternative to breakOut that is less verbose
mockito: how to verify calls on real implementation?
Scala: Suggestion for an idea for a hands on session
IttayD answers
Scala: using None for other purposes than empty Option
Should I use returns in multiline Scala methods?
scala: 'def foo = {1}' vs 'def foo {1}'
Early return from a Scala constructor
Multiple lower type bounds in Scala
val or object for immutable, final singleton object
Idiomatic construction to check whether a collection is ordered
Generically implementing a Java Single-Abstract-Method interface with a Scala closure?
How to Merge or skip duplicate messages in a Scala Actor?
actors with daemon-style semantics