goog.module('intersectiontype.Cmp.$LambdaAdaptor$impl');

const Cmp = goog.require('intersectiontype.Cmp$impl');
const j_l_Object = goog.require('java.lang.Object$impl');
const $Util = goog.require('nativebootstrap.Util$impl');

/**
 * @implements {Cmp}
 */
class $LambdaAdaptor extends j_l_Object {
 /** @nodts */
 constructor(/** ?function():number */ fn) {
  $LambdaAdaptor.$clinit();
  super();
  /**@type {?function():number} @nodts*/
  this.f_fn__intersectiontype_Cmp_$LambdaAdaptor;
  this.$ctor__intersectiontype_Cmp_$LambdaAdaptor__intersectiontype_Cmp_$JsFunction__void(fn);
 }
 /** @nodts */
 $ctor__intersectiontype_Cmp_$LambdaAdaptor__intersectiontype_Cmp_$JsFunction__void(/** ?function():number */ fn) {
  this.$ctor__java_lang_Object__void();
  this.f_fn__intersectiontype_Cmp_$LambdaAdaptor = fn;
 }
 /** @override @nodts @return {number} */
 m_cmp__int() {
  let /** ?function():number */ $function;
  return ($function = this.f_fn__intersectiontype_Cmp_$LambdaAdaptor, $function());
 }
 //Default method forwarding stub.
 /** @override @nodts @return {number} */
 m_defaultM__int() {
  return Cmp.m_defaultM__$default__intersectiontype_Cmp__int(this);
 }
 /** @nodts */
 static $clinit() {
  $LambdaAdaptor.$clinit = () =>{};
  $LambdaAdaptor.$loadModules();
  j_l_Object.$clinit();
  Cmp.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $LambdaAdaptor;
 }
 
 /** @nodts */
 static $loadModules() {}
}
Cmp.$markImplementor($LambdaAdaptor);
$Util.$setClassMetadata($LambdaAdaptor, 'intersectiontype.Cmp$$LambdaAdaptor');

exports = $LambdaAdaptor;

//# sourceMappingURL=Cmp$$LambdaAdaptor.js.map
