public class KnockoutComputedStatic
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<KnockoutComputedFunctions<Object>> |
fn |
| Modifier | Constructor and Description |
|---|---|
protected |
KnockoutComputedStatic(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
<T> KnockoutComputed<T> |
$apply() |
<T> KnockoutComputed<T> |
$apply(net.java.html.lib.Function.A0<? extends T> func) |
<T> KnockoutComputed<T> |
$apply(net.java.html.lib.Function.A0<? extends T> func,
Object context) |
<T> KnockoutComputed<T> |
$apply(net.java.html.lib.Function.A0<? extends T> func,
Object context,
Object options) |
<T> KnockoutComputed<T> |
$apply(KnockoutComputedDefine<T> def) |
<T> KnockoutComputed<T> |
$apply(KnockoutComputedDefine<T> def,
Object context) |
static KnockoutComputedStatic |
$as(Object obj) |
KnockoutComputedFunctions<Object> |
fn() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<KnockoutComputedFunctions<Object>> fn
protected KnockoutComputedStatic(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static KnockoutComputedStatic $as(Object obj)
public KnockoutComputedFunctions<Object> fn()
public <T> KnockoutComputed<T> $apply()
public <T> KnockoutComputed<T> $apply(net.java.html.lib.Function.A0<? extends T> func, Object context, Object options)
public <T> KnockoutComputed<T> $apply(net.java.html.lib.Function.A0<? extends T> func)
public <T> KnockoutComputed<T> $apply(net.java.html.lib.Function.A0<? extends T> func, Object context)
public <T> KnockoutComputed<T> $apply(KnockoutComputedDefine<T> def, Object context)
public <T> KnockoutComputed<T> $apply(KnockoutComputedDefine<T> def)
Copyright © 2016. All rights reserved.