All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.angular.ng.IRootElementService Maven / Gradle / Ivy

package net.java.html.lib.angular.ng;
public class IRootElementService extends net.java.html.lib.jquery.JQuery {
  protected IRootElementService(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(IRootElementService.class);
    }
    @Override
    public IRootElementService create(java.lang.Object obj) {
      return obj == null ? null : new IRootElementService(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IRootElementService $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy