https://github.com/vsilaev/java-multi-methods
Multi-methods for Java platform -- multiple dispatch based on the run time (dynamic) type of more than one of method arguments.
https://github.com/vsilaev/java-multi-methods
Last synced: 3 months ago
JSON representation
Multi-methods for Java platform -- multiple dispatch based on the run time (dynamic) type of more than one of method arguments.
- Host: GitHub
- URL: https://github.com/vsilaev/java-multi-methods
- Owner: vsilaev
- License: bsd-2-clause
- Created: 2014-05-29T14:42:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T18:15:42.000Z (over 9 years ago)
- Last Synced: 2025-02-09T23:28:50.612Z (5 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Java Multi-methods
======================Multi-methods for Java platform -- multiple dispatch based on the run time (dynamic) type of more than one of method arguments.
Please read https://github.com/vsilaev/java-multi-methods/wiki/Tiny-manual for more info