Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 265 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 265 Bytes

Safe Class Cast

The aim of this library is to have a Safe Class Cast in Java using Generics & Type Inferring:

  • no explicit downcasting with runtime errors
  • avoids instanceof
  • clean and easy to use
  • strongly typed. Wrong code won't compile