goog.module('methodreferences.MethodReferences.Predicate');

goog.require('methodreferences.MethodReferences.Predicate.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const Predicate = goog.require('methodreferences.MethodReferences.Predicate$impl');
exports = Predicate;
