Skip to content

mdouaihy/SafeClassCast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages