net.java.html.lib.angular.IParseProvider Maven / Gradle / Ivy
package net.java.html.lib.angular;
public class IParseProvider extends net.java.html.lib.Objs {
protected IParseProvider(net.java.html.lib.Objs.Constructor> c, java.lang.Object js) {
super(c, js);
}
private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
$Constructor() {
super(IParseProvider.class);
}
@Override
public IParseProvider create(java.lang.Object obj) {
return obj == null ? null : new IParseProvider(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static IParseProvider $as(java.lang.Object obj) {
return $AS.create(obj);
}
public java.lang.Boolean logPromiseWarnings() {
return $Typings$.logPromiseWarnings$337($js(this));
}
public IParseProvider logPromiseWarnings(java.lang.Boolean value) {
return (IParseProvider)net.java.html.lib.angular.IParseProvider.$as($Typings$.logPromiseWarnings$338($js(this), value));
}
public java.lang.Boolean unwrapPromises() {
return $Typings$.unwrapPromises$339($js(this));
}
public IParseProvider unwrapPromises(java.lang.Boolean value) {
return (IParseProvider)net.java.html.lib.angular.IParseProvider.$as($Typings$.unwrapPromises$340($js(this), value));
}
}