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

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

There is a newer version: 0.5
Show newest version
package net.java.html.lib.knockout;
public class ViewModelFunction extends net.java.html.lib.Objs {
  protected ViewModelFunction(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(ViewModelFunction.class);
    }
    @Override
    public ViewModelFunction create(java.lang.Object obj) {
      return obj == null ? null : new ViewModelFunction(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ViewModelFunction $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public java.lang.Object $apply(java.lang.Object params) {
    return $Typings$.$apply$206($js(this), /* AnyKeyword*/$js(params));
  }
  public java.lang.Object $apply() {
    return $Typings$.$apply$207($js(this));
  }
  // CallSignature: {"children":[],"kind":"CallSignature","comment":null,"name":null,"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"params","right":[]},"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[]}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy