| Modifier and Type | Class and Description |
|---|---|
protected static class |
Objs.Constructor<T extends Objs>
Factory for one subclass of
Objs wrapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
Array<T> |
class |
ArrayBuffer |
class |
ArrayBufferView |
class |
ArrayLike<T> |
class |
DataView |
class |
Date |
class |
Error |
class |
EvalError |
class |
Exports |
class |
Float32Array |
class |
Float64Array |
class |
Function |
class |
IArguments |
class |
Int16Array |
class |
Int32Array |
class |
Int8Array |
class |
JSON |
class |
Math |
class |
PromiseLike<T> |
class |
PropertyDescriptor |
class |
PropertyDescriptorMap |
class |
RangeError |
class |
ReferenceError |
class |
RegExp |
class |
RegExpExecArray |
class |
RegExpMatchArray |
class |
SyntaxError |
class |
TemplateStringsArray |
class |
TypedPropertyDescriptor<T> |
class |
TypeError |
class |
Uint16Array |
class |
Uint32Array |
class |
Uint8Array |
class |
Uint8ClampedArray |
class |
Union |
static class |
Union.A2<P1,P2> |
static class |
Union.A3<P1,P2,P3> |
static class |
Union.A4<P1,P2,P3,P4> |
static class |
Union.A5<P1,P2,P3,P4,P5> |
class |
URIError |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Objs> |
TypedPropertyDescriptor.value |
| Modifier and Type | Method and Description |
|---|---|
<T extends Objs> |
Objs.$cast(Class<T> clazz)
"Casts" this object to some other one.
|
| Modifier and Type | Method and Description |
|---|---|
static Objs |
Objs.$as(Object obj)
Casts given object to this class.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Objs.Property<T> |
Objs.Property.create(Objs obj,
Class<? extends Object> propertyType,
String property)
Creates new property for the object.
|
Copyright © 2016. All rights reserved.