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

net.java.html.lib.knockout.KnockoutSubscribableStatic Maven / Gradle / Ivy

package net.java.html.lib.knockout;
public class KnockoutSubscribableStatic extends net.java.html.lib.Objs {
  protected KnockoutSubscribableStatic(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(KnockoutSubscribableStatic.class);
    }
    @Override
    public KnockoutSubscribableStatic create(java.lang.Object obj) {
      return obj == null ? null : new KnockoutSubscribableStatic(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static KnockoutSubscribableStatic $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property> fn = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.knockout.KnockoutSubscribableFunctions.class, "fn");
  public net.java.html.lib.knockout.KnockoutSubscribableFunctions fn() { return fn.get(); }
  // ConstructSignature: {"children":[],"kind":"ConstructSignature","comment":null,"name":null,"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"KnockoutSubscribable","right":[]},"type":[],"types":[],"typeArguments":[{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"T","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]}],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[],"typeParameters":[{"children":[],"kind":"TypeParameter","comment":null,"name":{"kind":"Identifier","text":"T","right":[]},"type":null,"text":null,"declarationList":null,"parameters":[],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy