Skip to content

Instantly share code, notes, and snippets.

@sofoklis
Created January 16, 2013 20:56
Show Gist options
  • Save sofoklis/4550879 to your computer and use it in GitHub Desktop.
Save sofoklis/4550879 to your computer and use it in GitHub Desktop.
contravariant definition
class ContravariantType[-T] {
// some functions and fields
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment