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.IDirectiveCompileFn Maven / Gradle / Ivy
package net.java.html.lib.angular;
public class IDirectiveCompileFn extends net.java.html.lib.Objs {
protected IDirectiveCompileFn(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(IDirectiveCompileFn.class);
}
@Override
public IDirectiveCompileFn create(java.lang.Object obj) {
return obj == null ? null : new IDirectiveCompileFn(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static IDirectiveCompileFn $as(java.lang.Object obj) {
return $AS.create(obj);
}
public IDirectivePrePost $apply(IAugmentedJQuery templateElement, IAttributes templateAttributes, ITranscludeFunction transclude) {
return (IDirectivePrePost)net.java.html.lib.angular.IDirectivePrePost.$as($Typings$.$apply$146($js(this), /* FirstTypeNode*/$js(templateElement), /* FirstTypeNode*/$js(templateAttributes), /* FirstTypeNode*/$js(transclude)));
}
// CallSignature: {"children":[],"kind":"CallSignature","comment":null,"name":null,"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IDirectivePrePost","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"templateElement","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IAugmentedJQuery","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"templateAttributes","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IAttributes","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"transclude","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"ITranscludeFunction","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[]}
}