Uses of Interface
elemental2.core.Int8Array.FromMapFn
-
Uses of Int8Array.FromMapFn in elemental2.core
Methods in elemental2.core with parameters of type Int8Array.FromMapFnModifier and TypeMethodDescriptionstatic final Int8ArrayInt8Array.from(double[] source, Int8Array.FromMapFn mapFn) Int8Array.from(double[] source, Int8Array.FromMapFn mapFn, S thisArg) 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, Int8Array.FromMapFn mapFn) Int8Array.from(JsIterable<Double, @Nullable Object, @Nullable Object> source, Int8Array.FromMapFn mapFn, S thisArg) static final Int8ArrayInt8Array.from(String source, Int8Array.FromMapFn mapFn) Int8Array.from(String source, Int8Array.FromMapFn mapFn, S thisArg) static final Int8ArrayInt8Array.from(jsinterop.base.JsArrayLike<Double> source, Int8Array.FromMapFn mapFn) Int8Array.from(jsinterop.base.JsArrayLike<Double> source, Int8Array.FromMapFn mapFn, S thisArg)