public class KnockoutComputedContext extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A0<? extends Boolean>> |
isInitial |
Objs.Property<Boolean> |
isSleeping |
Modifier | Constructor and Description |
---|---|
protected |
KnockoutComputedContext(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static KnockoutComputedContext |
$as(Object obj) |
double |
getDependenciesCount() |
Function.A0<? extends Boolean> |
isInitial() |
Boolean |
isSleeping() |
$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<Function.A0<? extends Boolean>> isInitial
public Objs.Property<Boolean> isSleeping
protected KnockoutComputedContext(Objs.Constructor<?> c, Object js)
public static KnockoutComputedContext $as(Object obj)
public Function.A0<? extends Boolean> isInitial()
public Boolean isSleeping()
public double getDependenciesCount()
Copyright © 2018. All rights reserved.