An open API service indexing awesome lists of open source software.

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.

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