goog.module('functionalinterface.FunctionalInterfaces');

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

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