Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A0<? extends T>> |
TypedPropertyDescriptor.get |
Modifier and Type | Method and Description |
---|---|
Function.A0<? extends T> |
TypedPropertyDescriptor.get() |
Modifier and Type | Method and Description |
---|---|
Function.A0<? extends Void> |
IRootScopeService.$on(String name,
Function.A2<? super IAngularEvent,? super Array<Object>,? extends Object> listener)
Listens on events of a given type.
|
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,
Boolean objectEquality) |
Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression) |
<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) |
Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
String listener) |
Function.A0<? extends Void> |
IRootScopeService.$watch(String watchExpression,
String 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(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) |
Modifier and Type | Method and Description |
---|---|
JQuery |
JQuery.ajaxStart(Function.A0<? extends Object> handler)
Register a handler to be called when the first Ajax request begins.
|
JQuery |
JQuery.ajaxStop(Function.A0<? extends Object> handler)
Register a handler to be called when all Ajax requests have completed.
|
JQuery |
JQuery.replaceWith(Function.A0<? extends Union.A2<Element,JQuery>> func)
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Union.A2<Void,Objs>>> |
KnockoutBindingHandler.init |
Objs.Property<Function.A0<? extends Boolean>> |
KnockoutComputedContext.isInitial |
Objs.Property<Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Void>> |
KnockoutBindingHandler.update |
Modifier and Type | Method and Description |
---|---|
Function.A0<? extends Boolean> |
KnockoutComputedContext.isInitial() |
Modifier and Type | Method and Description |
---|---|
Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Union.A2<Void,Objs>> |
KnockoutBindingHandler.init() |
Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Void> |
KnockoutBindingHandler.update() |
Modifier and Type | Method and Description |
---|---|
<T> KnockoutComputed<T> |
KnockoutComputedStatic.$apply(Function.A0<? extends T> func) |
<T> KnockoutComputed<T> |
KnockoutComputedStatic.$apply(Function.A0<? extends T> func,
Object context) |
<T> KnockoutComputed<T> |
KnockoutComputedStatic.$apply(Function.A0<? extends T> func,
Object context,
Object options) |
<T> KnockoutComputed<T> |
KnockoutStatic.computed(Function.A0<? extends T> func) |
<T> KnockoutComputed<T> |
KnockoutStatic.computed(Function.A0<? extends T> func,
Object context) |
<T> KnockoutComputed<T> |
KnockoutStatic.computed(Function.A0<? extends T> func,
Object context,
Object options) |
String |
KnockoutMemoization.memoize(Function.A0<? extends String> callback) |
<T> KnockoutComputed<T> |
KnockoutStatic.pureComputed(Function.A0<? extends T> evaluatorFunction) |
<T> KnockoutComputed<T> |
KnockoutStatic.pureComputed(Function.A0<? extends T> evaluatorFunction,
Object context) |
void |
KnockoutUtils.setHtml(Element node,
Function.A0<? extends String> html) |
Modifier and Type | Method and Description |
---|---|
void |
Socket.bind(double port,
String address,
Function.A0<? extends Void> callback) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A0<? extends Void>> |
Global.gc |
Modifier and Type | Method and Description |
---|---|
Function.A0<? extends Void> |
Global.gc() |
Modifier and Type | Method and Description |
---|---|
static ClearTextStream |
Exports.connect(double port,
ConnectionOptions options,
Function.A0<? extends Void> secureConnectListener) |
static ClearTextStream |
Exports.connect(double port,
String host,
ConnectionOptions options,
Function.A0<? extends Void> secureConnectListener) |
static ClearTextStream |
Exports.connect(TlsOptions options,
Function.A0<? extends Void> secureConnectionListener) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A0<? extends Void>> |
Animation.callback |
Modifier and Type | Method and Description |
---|---|
Function.A0<? extends Void> |
Animation.callback() |
Modifier and Type | Method and Description |
---|---|
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static Animation |
Exports.animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Copyright © 2018. All rights reserved.