Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
net.java.html.lib.angular.ng.ICloneAttachFunction Maven / Gradle / Ivy
package net.java.html.lib.angular.ng;
public class ICloneAttachFunction extends net.java.html.lib.Objs {
protected ICloneAttachFunction(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(ICloneAttachFunction.class);
}
@Override
public ICloneAttachFunction create(java.lang.Object obj) {
return obj == null ? null : new ICloneAttachFunction(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static ICloneAttachFunction $as(java.lang.Object obj) {
return $AS.create(obj);
}
public java.lang.Object $apply(net.java.html.lib.jquery.JQuery clonedElement, net.java.html.lib.angular.ng.IScope scope) {
return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$108($js(this), /* FirstTypeNode*/$js(clonedElement), /* FirstTypeNode*/$js(scope)));
}
public java.lang.Object $apply() {
return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$109($js(this)));
}
public java.lang.Object $apply(net.java.html.lib.jquery.JQuery clonedElement) {
return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$110($js(this), /* FirstTypeNode*/$js(clonedElement)));
}
// CallSignature: {"children":[],"kind":"CallSignature","comment":"// Let's hint but not force cloneAttachFn's signature","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":"clonedElement","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"JQuery","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"scope","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IScope","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
// skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[net.java.html.lib.jquery.JQuery, net.java.html.lib.angular.ng.IScope]}
// skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[]}
// skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[net.java.html.lib.jquery.JQuery]}
// CallSignature: {"children":[],"kind":"CallSignature","comment":"// Let's hint but not force cloneAttachFn's signature","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":"clonedElement","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"JQuery","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"scope","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IScope","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
}