You can import Java classes and interact with Java objects.
import Random from 'java.util.Random';
r = Random(10);
r.nextInt() == -1157793070; // true
Please refer to the tests directory for more info.
You can import Java classes and interact with Java objects.
import Random from 'java.util.Random';
r = Random(10);
r.nextInt() == -1157793070; // true
Please refer to the tests directory for more info.