libinvokebinder-java-doc

Documentation for invokebinder
  https://github.com/headius/invokebinder
  0
  no reviews



This java library hopes to provide a more friendly dsl for binding method handles.

unlike the normal methodhandle api, handles are bound forward from a source methodtype and eventually adapted to a final target methodhandle.

along the way the transformations are pushed onto a stack and eventually applied in reverse order, as the standard api demands.

this package contains the api documentation of libinvokebinder-java.