goog.module('functionalinterface.FunctionalInterfaces.Specialized.$LambdaAdaptor');

goog.require('functionalinterface.FunctionalInterfaces.Specialized');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const $LambdaAdaptor = goog.require('functionalinterface.FunctionalInterfaces.Specialized.$LambdaAdaptor$impl');
exports = $LambdaAdaptor;
