Uses of Interface
elemental2.core.Int32Array.FromMapFn
-
Uses of Int32Array.FromMapFn in elemental2.core
Methods in elemental2.core with parameters of type Int32Array.FromMapFnModifier and TypeMethodDescriptionstatic final Int32ArrayInt32Array.from(double[] source, Int32Array.FromMapFn mapFn) static final <S extends @Nullable Object>
Int32ArrayInt32Array.from(double[] source, Int32Array.FromMapFn mapFn, S thisArg) static Int32ArrayInt32Array.from(Int32Array.FromSourceUnionType source, Int32Array.FromMapFn mapFn) static <S extends @Nullable Object>
Int32ArrayInt32Array.from(Int32Array.FromSourceUnionType source, Int32Array.FromMapFn mapFn, S thisArg) static final Int32ArrayInt32Array.from(JsIterable<Double, @Nullable Object, @Nullable Object> source, Int32Array.FromMapFn mapFn) static final <S extends @Nullable Object>
Int32ArrayInt32Array.from(JsIterable<Double, @Nullable Object, @Nullable Object> source, Int32Array.FromMapFn mapFn, S thisArg) static final Int32ArrayInt32Array.from(String source, Int32Array.FromMapFn mapFn) static final <S extends @Nullable Object>
Int32ArrayInt32Array.from(String source, Int32Array.FromMapFn mapFn, S thisArg) static final Int32ArrayInt32Array.from(jsinterop.base.JsArrayLike<Double> source, Int32Array.FromMapFn mapFn) static final <S extends @Nullable Object>
Int32ArrayInt32Array.from(jsinterop.base.JsArrayLike<Double> source, Int32Array.FromMapFn mapFn, S thisArg)