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.
package net.java.html.lib.angular;
public class ITranscludeFunction extends net.java.html.lib.Objs {
protected ITranscludeFunction(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(ITranscludeFunction.class);
}
@Override
public ITranscludeFunction create(java.lang.Object obj) {
return obj == null ? null : new ITranscludeFunction(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static ITranscludeFunction $as(java.lang.Object obj) {
return $AS.create(obj);
}
public IAugmentedJQuery $apply(IScope scope, ICloneAttachFunction cloneAttachFn) {
return (IAugmentedJQuery)net.java.html.lib.angular.IAugmentedJQuery.$as($Typings$.$apply$448($js(this), /* FirstTypeNode*/$js(scope), /* FirstTypeNode*/$js(cloneAttachFn)));
}
// CallSignature: {"children":[],"kind":"CallSignature","comment":"// If the scope is provided, then the cloneAttachFn must be as well.","name":null,"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IAugmentedJQuery","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"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":null,"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"cloneAttachFn","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"ICloneAttachFunction","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[]}
public IAugmentedJQuery $apply(ICloneAttachFunction cloneAttachFn) {
return (IAugmentedJQuery)net.java.html.lib.angular.IAugmentedJQuery.$as($Typings$.$apply$449($js(this), /* FirstTypeNode*/$js(cloneAttachFn)));
}
public IAugmentedJQuery $apply() {
return (IAugmentedJQuery)net.java.html.lib.angular.IAugmentedJQuery.$as($Typings$.$apply$450($js(this)));
}
// CallSignature: {"children":[],"kind":"CallSignature","comment":"// If one argument is provided, then it's assumed to be the cloneAttachFn.","name":null,"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IAugmentedJQuery","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"cloneAttachFn","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"ICloneAttachFunction","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[]}
}