| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Exception> |
N.count(float[] a,
int fromIndex,
int toIndex,
Throwables.FloatPredicate<E> filter)
Mostly it's designed for one-step operation to complete the operation in one step.
|
static <E extends Exception> |
N.count(float[] a,
Throwables.FloatPredicate<E> filter)
Mostly it's designed for one-step operation to complete the operation in one step.
|
static <E extends Exception> |
N.filter(float[] a,
int fromIndex,
int toIndex,
Throwables.FloatPredicate<E> filter) |
static <E extends Exception> |
N.filter(float[] a,
int fromIndex,
int toIndex,
Throwables.FloatPredicate<E> filter,
int max)
Mostly it's designed for one-step operation to complete the operation in one step.
|
static <E extends Exception> |
N.filter(float[] a,
Throwables.FloatPredicate<E> filter) |
static <E extends Exception> |
N.filter(float[] a,
Throwables.FloatPredicate<E> filter,
int max) |
<E extends Exception> |
u.OptionalFloat.filter(Throwables.FloatPredicate<E> predicate) |
static <E extends Exception> |
N.replaceIf(float[] a,
Throwables.FloatPredicate<E> predicate,
float newValue) |
<E extends Exception> |
MutableFloat.setIf(float newValue,
Throwables.FloatPredicate<E> predicate)
Set with the specified new value and returns
true if predicate returns true. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FloatPredicate |
Copyright © 2021. All rights reserved.