goog.module('jsfunction.TIntegerJsBiFunction');

goog.require('java.lang.Integer');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.JavaScriptFunction');

const TIntegerJsBiFunction = goog.require('jsfunction.TIntegerJsBiFunction$impl');
exports = TIntegerJsBiFunction;
