public class KnockoutComputedStatic extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<KnockoutComputedFunctions<Object>> |
fn |
Modifier | Constructor and Description |
---|---|
protected |
KnockoutComputedStatic(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
<T> KnockoutComputed<T> |
$apply() |
<T> KnockoutComputed<T> |
$apply(Function.A0<? extends T> func) |
<T> KnockoutComputed<T> |
$apply(Function.A0<? extends T> func,
Object context) |
<T> KnockoutComputed<T> |
$apply(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, valueOf
public Objs.Property<KnockoutComputedFunctions<Object>> fn
protected KnockoutComputedStatic(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(Function.A0<? extends T> func, Object context, Object options)
public <T> KnockoutComputed<T> $apply(Function.A0<? extends T> func)
public <T> KnockoutComputed<T> $apply(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 © 2018. All rights reserved.