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

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

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