Uses of Class
elemental2.core.Int8Array
-
Uses of Int8Array in elemental2.core
Methods in elemental2.core that return Int8ArrayModifier and TypeMethodDescriptiondefault Int8ArrayAtomics.AddTypedArrayUnionType.asInt8Array()default Int8ArrayAtomics.AndTypedArrayUnionType.asInt8Array()default Int8ArrayAtomics.CompareExchangeTypedArrayUnionType.asInt8Array()default Int8ArrayAtomics.ExchangeTypedArrayUnionType.asInt8Array()default Int8ArrayAtomics.OrTypedArrayUnionType.asInt8Array()default Int8ArrayAtomics.StoreTypedArrayUnionType.asInt8Array()default Int8ArrayAtomics.SubTypedArrayUnionType.asInt8Array()default Int8ArrayAtomics.XorTypedArrayUnionType.asInt8Array()static final Int8ArrayInt8Array.from(double[] source) static final Int8ArrayInt8Array.from(double[] source, Int8Array.FromMapFn mapFn) Int8Array.from(double[] source, Int8Array.FromMapFn mapFn, S thisArg) static Int8ArrayInt8Array.from(Int8Array.FromSourceUnionType source) static Int8ArrayInt8Array.from(Int8Array.FromSourceUnionType source, Int8Array.FromMapFn mapFn) Int8Array.from(Int8Array.FromSourceUnionType source, Int8Array.FromMapFn mapFn, S thisArg) static final Int8ArrayInt8Array.from(JsIterable<Double, @Nullable Object, @Nullable Object> source) static final Int8ArrayInt8Array.from(JsIterable<Double, @Nullable Object, @Nullable Object> source, Int8Array.FromMapFn mapFn) Int8Array.from(JsIterable<Double, @Nullable Object, @Nullable Object> source, Int8Array.FromMapFn mapFn, S thisArg) static final Int8Arraystatic final Int8ArrayInt8Array.from(String source, Int8Array.FromMapFn mapFn) Int8Array.from(String source, Int8Array.FromMapFn mapFn, S thisArg) static final Int8Arraystatic final Int8ArrayInt8Array.from(jsinterop.base.JsArrayLike<Double> source, Int8Array.FromMapFn mapFn) Int8Array.from(jsinterop.base.JsArrayLike<Double> source, Int8Array.FromMapFn mapFn, S thisArg) static Int8ArrayInt8Array.of(double... var_args) Methods in elemental2.core with parameters of type Int8ArrayModifier and TypeMethodDescriptionstatic final doublestatic final doublestatic final doubleAtomics.compareExchange(Int8Array typedArray, int index, double expectedValue, double replacementValue) static final doublestatic final doublestatic final doublestatic final doublestatic final double