OriRoth / fling

A fluent API generator
http://drops.dagstuhl.de/opus/volltexte/2019/10805/
24 stars 3 forks source link

Allow token parameterisation with multiple parameters #25

Open homedirectory opened 8 months ago

homedirectory commented 8 months ago

I found the lack of specifying multiple distinct parameters to a token limiting. For example:

derive(Var).to(token.with(String.class, Integer.class))