goog.module('lambdas.Lambdas.Wrapper');

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

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