goog.module('genericmethod.GenericMethod.Supplier');

goog.require('genericmethod.GenericMethod.Supplier.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const Supplier = goog.require('genericmethod.GenericMethod.Supplier$impl');
exports = Supplier;
