Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Chriss
Chriss has asked
27
questions and find answers to
13
problems.
Stats
523
EtPoint
145
Vote count
27
questions
13
answers
About
Chriss questions
How to implement a functional interface as lambda in Kotlin?
How to change the application name in VisualVM?
How to call a top level kotlin function in java?
How to declare a Kotlin function with return type 'void' for a java caller?
Can't compile internal constructor call cause:Primary constructor call expected
Intellij IDEA: Couldn't get the list of GitHub repositories
JVisualVM is unable to connect to process using the --openpid argument
How to use guava Predicates as filter in the java 8 stream api
kotlin-test: How to test for a specific type like: "is y instance of X"
Is there a Comparator to "naturally" sort strings that may contain numbers, guava?
Chriss answers
How to implement a functional interface as lambda in Kotlin?
JNA for android
JVisualVM is unable to connect to process using the --openpid argument
JUnit test failing because of the method name
Getting number of calls to a mock
Java decompiler that works with Java 5 (handles enums among other new things)
Concurrent ArrayList
How to implement a java.util.function.Predicate as Kotlin lambda?
Converting TimeUnit to ChronoUnit?