> From my understanding (which is not much) the whole point is moot. Looks > like java Boxed types (Boolean, Double, Integer) are mapped directly to JS > primitives so the need for the above code is gone. Is that right? >
Yes but only Boolean, Double and String are mapped. > If yes and just for the shake of syntax curiosity: what is the correct > syntax to invoke the booleanValue() of a Boolean object? > value.@Boolean::booleanValue()(); -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
