public class KnockoutComputed<T> extends KnockoutObservable<T>
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<KnockoutComputedFunctions<Object>> |
fn |
valueHasMutated, valueWillMutate
Modifier | Constructor and Description |
---|---|
protected |
KnockoutComputed(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static KnockoutComputed |
$as(Object obj) |
void |
dispose() |
KnockoutComputed<T> |
extend(Objs requestedExtenders) |
KnockoutComputedFunctions<Object> |
fn() |
double |
getDependenciesCount() |
Boolean |
isActive() |
$apply, $apply, peek, valueHasMutated, valueWillMutate
getSubscriptionsCount, subscribe, subscribe, subscribe
$get, notifySubscribers, notifySubscribers, notifySubscribers
$as, $cast, $delete, $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 KnockoutComputed(Objs.Constructor<?> c, Object js)
public static KnockoutComputed $as(Object obj)
public KnockoutComputedFunctions<Object> fn()
public void dispose()
public KnockoutComputed<T> extend(Objs requestedExtenders)
extend
in class KnockoutObservable<T>
public double getDependenciesCount()
public Boolean isActive()
Copyright © 2018. All rights reserved.