goog.module('typewildcards.TypeWildCards.IntegerSupplier');

goog.require('java.lang.Integer');
goog.require('nativebootstrap.Util');

const IntegerSupplier = goog.require('typewildcards.TypeWildCards.IntegerSupplier$impl');
exports = IntegerSupplier;
