Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 223 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 223 Bytes

Covariant

C[T'] is a subclass of C[T]
Scala notation: [+T]

Contravariant

C[T] is a subclass of C[T']
Scala notation: [-T]

Invariant

C[T] and C[T'] are not related
Scala notation: [T]