Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
marstran
marstran has asked
5
questions and find answers to
68
problems.
Stats
2.7k
EtPoint
1.0k
Vote count
5
questions
68
answers
About
marstran questions
What can be expressed in a compile-time constant (const val)?
How can I disable checkstyle warnings for missing final modifiers on lambdas?
Unbound Wildcard Type
Lombok @Builder not initializing collections
marstran answers
How to DROP_LATEST with coroutine Flow<T>?
How to mock Instant.now() in Kotlin?
Kotlin chain of responsibility pattern with generics
How can I generalize functions on an enum class in Kotlin?
This prime generating function using generateSequence in Kotlin is not easy to understand. :(
Kotlin equivalent of Swift's defer keyword
Evaluate code block in Kotlin (to hide variables inside scope)
Java 8 requireNonNull method with supplier parameter performance
Can anyone motivate why Arrow (Kotlin) choose to deprecate higher-kinded types?
Kotlin data class copy with changed var value