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