[gwt-contrib] Re: Problem with JsInterop

2016-08-30 Thread Paul Stockley
If you are passing Resolver into some function. You could instead create 3 Resolver interfaces and then overload the function so that it took each of the resolver interfaces. On Saturday, August 27, 2016 at 9:51:50 AM UTC-4, Arnaud TOURNIER wrote: > > Hi, > > I am playing with js Promises and m

Re: [gwt-contrib] Re: Problem with JsInterop

2016-08-30 Thread Arnaud TOURNIER
Oh thanks! I'll try that. Once I think we need to merge our work on those topics... Thanks! Le mar. 30 août 2016 16:06, Paul Stockley a écrit : > If you are passing Resolver into some function. You could instead > create 3 Resolver interfaces and then overload the function so that it took > eac