goog.module('lambdas.Supplier');

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

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