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