SpiceQA
Questions
Tags
Users
Badges
user_10536125
@user_10536125
0
reputation
0
answers
1
questions
About Me
// Hello, World !
Top Answers
Can a Java interface be defined such that only Enums can extend it?
6 votes
Why is KClass declared as KClass<T : Any> and not KClass<T> so that the type argument can be nullable
5 votes
Strange behaviour of Kotlin compiler or Java decompiler
3 votes
Is it possible to combine more than 2 CompletableFuture in Java 8/11?
2 votes
Is it possible to join two Java 8 streams?
2 votes
Top Questions
Why ListList<? super E> is List<? extends List<? super E>> but not List<List<? super E>>
6 votes
1 answers