Using the AWT.Transferable, I get an argument “data: Any” which is actually of type java.util.Arrays.ArrayList. How can I cast the “data” explicitly to this type?
It seems I do not have any access to the “ArrayList”-Type itself…
Using the AWT.Transferable, I get an argument data: Any which is actually of type
Share
This
is type-safe, which doesn’t happen to be the case of
asInstanceOf.