Uses of Interface
elemental2.core.Uint32Array.FromMapFn
-
-
Uses of Uint32Array.FromMapFn in elemental2.core
Methods in elemental2.core with parameters of type Uint32Array.FromMapFn Modifier and Type Method Description static Uint32Array
Uint32Array. from(double[] source, Uint32Array.FromMapFn mapFn)
static <S> Uint32Array
Uint32Array. from(double[] source, Uint32Array.FromMapFn mapFn, S thisArg)
static Uint32Array
Uint32Array. from(JsIterable<java.lang.Double> source, Uint32Array.FromMapFn mapFn)
static <S> Uint32Array
Uint32Array. from(JsIterable<java.lang.Double> source, Uint32Array.FromMapFn mapFn, S thisArg)
static Uint32Array
Uint32Array. from(Uint32Array.FromSourceUnionType source, Uint32Array.FromMapFn mapFn)
static <S> Uint32Array
Uint32Array. from(Uint32Array.FromSourceUnionType source, Uint32Array.FromMapFn mapFn, S thisArg)
static Uint32Array
Uint32Array. from(java.lang.String source, Uint32Array.FromMapFn mapFn)
static <S> Uint32Array
Uint32Array. from(java.lang.String source, Uint32Array.FromMapFn mapFn, S thisArg)
static Uint32Array
Uint32Array. from(jsinterop.base.JsArrayLike<java.lang.Double> source, Uint32Array.FromMapFn mapFn)
static <S> Uint32Array
Uint32Array. from(jsinterop.base.JsArrayLike<java.lang.Double> source, Uint32Array.FromMapFn mapFn, S thisArg)
-