public class KnockoutObservable<T> extends KnockoutSubscribable<T>
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
valueHasMutated |
Objs.Property<Objs> |
valueWillMutate |
Modifier | Constructor and Description |
---|---|
protected |
KnockoutObservable(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
T |
$apply() |
void |
$apply(T value) |
static KnockoutObservable |
$as(Object obj) |
KnockoutObservable<T> |
extend(Objs requestedExtenders) |
T |
peek() |
Object |
valueHasMutated() |
Object |
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<Objs> valueHasMutated
public Objs.Property<Objs> valueWillMutate
protected KnockoutObservable(Objs.Constructor<?> c, Object js)
public static KnockoutObservable $as(Object obj)
public T $apply()
public void $apply(T value)
public Object valueHasMutated()
public Object valueWillMutate()
public KnockoutObservable<T> extend(Objs requestedExtenders)
extend
in class KnockoutSubscribable<T>
public T peek()
Copyright © 2018. All rights reserved.