1

Any Scala dev who can help me understand..

upper and lower type bound and its practical usage

Comments
  • 2
    They are just basic inheritance. Upper bound means that {everything A inherits from, but nothing that inherits A}, lower bound means {everything that inherits A but nothing that A inherits from}
Add Comment