Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ailabs-software/7b92a2a951fe343064633748740f68b7 to your computer and use it in GitHub Desktop.
Save ailabs-software/7b92a2a951fe343064633748740f68b7 to your computer and use it in GitHub Desktop.
Typing a class with extends constraints.
abstract class TreeNode<C extends TreeNode, T extends INodeModel>
{
C treeRoot;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment