goog.module('cast.CastGenerics.Empty2$impl');

const $Util = goog.require('nativebootstrap.Util$impl');

/**
 * @interface
 * @template TT
 */
class Empty2 {
 /** @nodts */
 static $clinit() {
  Empty2.$clinit = () =>{};
  Empty2.$loadModules();
 }
 
 static $markImplementor(/** Function */ ctor) {
  ctor.prototype.$implements__cast_CastGenerics_Empty2 = true;
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance != null && !!instance.$implements__cast_CastGenerics_Empty2;
 }
 
 /** @nodts */
 static $loadModules() {}
}
Empty2.$markImplementor(/**@type {Function}*/ (Empty2));
$Util.$setClassMetadataForInterface(/**@type {Function}*/ (Empty2), 'cast.CastGenerics$Empty2');

exports = Empty2;

//# sourceMappingURL=CastGenerics$Empty2.js.map
