Ok guys this is the last one - I promise. Originally posted in gwt-users.
Does this count as a bug or at least as a missing feature? Thanks ---------- Forwarded message ---------- From: Vassilis Virvilis <[email protected]> Date: Mon, Mar 6, 2017 at 4:08 PM Subject: jsinterop: @JsFunction .length always 0 To: [email protected] Hi, in D3 the bisect function takes a function that can be a comparator or an accessor. D3 internall figures it out by counting provided function arguments length via f.length https://developer.mozilla.org/en/docs/Web/JavaScript/ Reference/Global_Objects/Function/length Trying to pass a java @JsFunction fails because @JsFunction objects are lambda with zero arguments that wrap samMethod.apply() call Any ideas? Should I file this as a bug? -- Vassilis Virvilis -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAKbOjEx1_jOohikJ7nBAfpsE%3DJHtnD6M31PibMzjvcjLn7G1fw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
