Object |
IRootScopeService.$apply(Function.A1<? super IScope,? extends Object> exp) |
Object |
IRootScopeService.$applyAsync(Function.A1<? super IScope,? extends Object> exp) |
Object |
IRootScopeService.$eval(Function.A1<? super IScope,? extends Object> expression) |
Object |
IRootScopeService.$eval(Function.A1<? super IScope,? extends Object> expression,
Objs locals) |
void |
IRootScopeService.$evalAsync(Function.A1<? super IScope,? extends Object> expression) |
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression) |
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression,
String listener) |
Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends Object> watchExpression,
String listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener,
Boolean objectEquality) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watchCollection(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watchCollection(Function.A1<? super IScope,? extends T> watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
<T> Function.A0<? extends Void> |
IRootScopeService.$watchCollection(String watchExpression,
Function.A3<? super T,? super T,? super IScope,? extends Object> listener) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Object[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |
Function.A0<? extends Void> |
IRootScopeService.$watchGroup(Objs[] watchExpressions,
Function.A3<? super Object,? super Object,? super IScope,? extends Object> listener) |