| Modifier and Type | Interface and Description |
|---|---|
static interface |
Function.A0<R>
Java function with no arguments.
|
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super T,? extends Void>> |
TypedPropertyDescriptor.set |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super T,? extends Void> |
TypedPropertyDescriptor.set() |
| Modifier and Type | Method and Description |
|---|---|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
static <A> Function |
Function.newFunction(Function.A1<? super A,? extends Object> fn,
Class<A> argTypeA)
Factory method that wraps provided function interface into JavaScript
function object.
|
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
Copyright © 2021. All rights reserved.