| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
N.mapToByte(Collection<? extends T> c,
int fromIndex,
int toIndex,
Throwables.ToByteFunction<? super T,E> func)
Mostly it's designed for one-step operation to complete the operation in one step.
|
static <T,E extends Exception> |
N.mapToByte(Collection<? extends T> c,
Throwables.ToByteFunction<? super T,E> func)
Map to byte.
|
static <T,E extends Exception> |
N.mapToByte(T[] a,
int fromIndex,
int toIndex,
Throwables.ToByteFunction<? super T,E> func)
Mostly it's designed for one-step operation to complete the operation in one step.
|
static <T,E extends Exception> |
N.mapToByte(T[] a,
Throwables.ToByteFunction<? super T,E> func)
Map to byte.
|
<E extends Exception> |
u.Optional.mapToByte(Throwables.ToByteFunction<? super T,E> mapper)
Map to byte.
|
<E extends Exception> |
u.Nullable.mapToByte(Throwables.ToByteFunction<? super T,E> mapper)
Map to byte.
|
<E extends Exception> |
u.Nullable.mapToByteIfNotNull(Throwables.ToByteFunction<? super T,E> mapper)
Map to byte if not null.
|
Copyright © 2021. All rights reserved.