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