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