goog.module('intersectiontype.IntersectionTypeTest.$LambdaAdaptor$1$impl');

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

/**
 * @implements {Cmp}
 * @implements {Serial}
 */
class $LambdaAdaptor$1 extends j_l_Object {
 /** @nodts */
 constructor(/** ?function():number */ fn) {
  $LambdaAdaptor$1.$clinit();
  super();
  /**@type {?function():number} @nodts*/
  this.f_fn__intersectiontype_IntersectionTypeTest_$LambdaAdaptor$1;
  this.$ctor__intersectiontype_IntersectionTypeTest_$LambdaAdaptor$1__intersectiontype_Cmp_$JsFunction__void(fn);
 }
 /** @nodts */
 $ctor__intersectiontype_IntersectionTypeTest_$LambdaAdaptor$1__intersectiontype_Cmp_$JsFunction__void(/** ?function():number */ fn) {
  this.$ctor__java_lang_Object__void();
  this.f_fn__intersectiontype_IntersectionTypeTest_$LambdaAdaptor$1 = fn;
 }
 /** @override @nodts @return {number} */
 m_cmp__int() {
  let /** ?function():number */ $function;
  return ($function = this.f_fn__intersectiontype_IntersectionTypeTest_$LambdaAdaptor$1, $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$1.$clinit = () =>{};
  $LambdaAdaptor$1.$loadModules();
  j_l_Object.$clinit();
  Cmp.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $LambdaAdaptor$1;
 }
 
 /** @nodts */
 static $loadModules() {}
}
Cmp.$markImplementor($LambdaAdaptor$1);
Serial.$markImplementor($LambdaAdaptor$1);
$Util.$setClassMetadata($LambdaAdaptor$1, 'intersectiontype.IntersectionTypeTest$$LambdaAdaptor$1');

exports = $LambdaAdaptor$1;

//# sourceMappingURL=IntersectionTypeTest$$LambdaAdaptor$1.js.map
