Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in generics

Is it possible to emit a type deriving from a generic type while specifying itself as the generic type parameter?

Java Generics Curiosity

A method that executes any time a class property is accessed (get or set)?

Why does this implicit type conversion in C# fail?

Casting a non-generic type to a generic one

c# generics

Dynamic Linq help, different errors depending on object passed as parameter?

2 methods using 2 generics of same type

c# generics

Generic inheritance in java

java c++ templates generics

Compiler complains when I iterate Non-Generics Map in Java

java generics

Can generic types be used as the "type" of a composite component's attribute tag?

How to detect if T is IEnumerable<T2>, and if so get type of T2?

c# generics reflection

C# Generics - Calling generic method from a generic class

c# generics casting explicit

Scala parameterized type problem with returning an instance of the same type

generics scala scala-2.8

How to test whether two generics have a base-subclass relationship without instantiating them?

c# generics reflection

Java generics type mismatch

java generics

Generic constraint: Enforce type to have static function and constructor with parameters

How to not throw a generically specified exception?

Why can't I pass a Protocol.Type to a generic T.Type parameter?

swift generics protocols

Generics compiles and runs in Eclipse, but doesn't compile in javac

Java method accepting different functional interface types - possible?