Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in generics
C# generics based object to object mapper question
Nov 13, 2022
c#
generics
mapper
Why does java.lang.Class's getInterfaces() method return Class<?>[] and not Class<? super T>[]?
Nov 04, 2020
java
generics
interface
bounded-wildcard
Should I be using a Generic Repository with Entity Framework 5?
Apr 14, 2018
c#
entity-framework
generics
unit-of-work
How do I create a parameterised type from a macro?
Aug 30, 2022
templates
generics
rust
C# : Distinctions between various <string, string> Collections
Sep 12, 2019
c#
string
generics
collections
dictionary
Should a method return Class or Class<?>?
Feb 24, 2022
java
generics
Java automatic return type covariance with generic subclassing
Feb 14, 2022
java
generics
polymorphism
subclass
covariance
Generating methods with generic types with Asm bytecode generator (ClassWriter)
Nov 27, 2019
java
generics
code-generation
bytecode
java-bytecode-asm
Why does a generic cast of a List<? extends Set..> to List<Set..> succeed on Sun JDK 6 but fail to compile on Oracle JDK 7?
Aug 14, 2019
java
generics
java-7
Converting an extension method group to a delegate with a generic type
Sep 16, 2022
c#
generics
delegates
extension-methods
internals
Use generic to store common supertype in Java
Aug 21, 2022
java
generics
bounded-wildcard
Create objects in GenericObjectPool
Nov 19, 2022
java
object
generics
apache-commons
pool
Using lambda impedes inference of type variable
Mar 26, 2022
java
generics
lambda
java-8
How is it that a struct containing ValueTuple can satisfy unmanaged constraints, but ValueTuple itself cannot?
Nov 20, 2020
c#
.net
generics
unmanaged
c#-7.3
Wildcards vs. generic methods
Mar 01, 2022
java
generics
wildcard
C# Xml Serializing List<T> descendant with Xml Attribute
Oct 20, 2018
c#
list
attributes
generics
xmlserializer
Why is a parameter's private field visible to a generic method in Java 6 but not in Java 7? [duplicate]
Nov 13, 2022
java
generics
java-7
private-members
generic-method
Trying to understand the Choice type in F#
Sep 14, 2022
generics
f#
discriminated-union
Why does Java Collector.toList() require a wildcard type placeholder in its return type?
Aug 28, 2022
java
generics
wildcard
Conditional typing in generic method
Nov 13, 2022
c#
generics
variance
« Newer Entries
Older Entries »