Package | Description |
---|---|
com.landawn.abacus.android.util | |
com.landawn.abacus.util | |
com.landawn.abacus.util.stream |
Modifier and Type | Method and Description |
---|---|
u.OptionalByte |
SQLiteExecutor.queryForByte(java.lang.String sql,
java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
u.OptionalByte |
ByteMatrix.downOf(int i,
int j) |
static u.OptionalByte |
u.OptionalByte.empty() |
<E extends java.lang.Exception> |
u.OptionalByte.filter(Try.BytePredicate<E> predicate) |
<E extends java.lang.Exception> |
ByteList.findFirst(Try.BytePredicate<E> predicate) |
<E extends java.lang.Exception> |
ByteList.findLast(Try.BytePredicate<E> predicate) |
u.OptionalByte |
ByteList.first() |
<E extends java.lang.Exception> |
u.OptionalByte.flatMap(Try.ByteFunction<u.OptionalByte,E> mapper) |
<E extends java.lang.Exception> |
u.OptionalByte.ifPresent(Try.ByteConsumer<E> action) |
<E extends java.lang.Exception,E2 extends java.lang.Exception> |
u.OptionalByte.ifPresentOrElse(Try.ByteConsumer<E> action,
Try.Runnable<E2> emptyAction) |
u.OptionalByte |
ByteList.kthLargest(int k) |
u.OptionalByte |
ByteList.kthLargest(int fromIndex,
int toIndex,
int k) |
u.OptionalByte |
ByteList.last() |
u.OptionalByte |
ByteMatrix.leftOf(int i,
int j) |
<E extends java.lang.Exception> |
u.OptionalByte.map(Try.ByteUnaryOperator<E> mapper) |
<E extends java.lang.Exception> |
u.Optional.mapToByte(Try.ToByteFunction<? super T,E> mapper) |
<E extends java.lang.Exception> |
u.Nullable.mapToByte(Try.ToByteFunction<? super T,E> mapper) |
<E extends java.lang.Exception> |
u.Nullable.mapToByteIfNotNull(Try.ToByteFunction<? super T,E> mapper) |
u.OptionalByte |
ByteList.max() |
u.OptionalByte |
ByteList.max(int fromIndex,
int toIndex) |
u.OptionalByte |
ByteList.median() |
u.OptionalByte |
ByteList.median(int fromIndex,
int toIndex) |
u.OptionalByte |
ByteList.min() |
u.OptionalByte |
ByteList.min(int fromIndex,
int toIndex) |
static u.OptionalByte |
u.OptionalByte.of(byte value) |
static u.OptionalByte |
u.OptionalByte.ofNullable(java.lang.Byte val) |
<E extends java.lang.Exception> |
u.OptionalByte.or(Try.Supplier<u.OptionalByte,E> supplier) |
<T> u.OptionalByte |
CassandraExecutor.queryForByte(java.lang.Class<T> targetClass,
java.lang.String propName,
Condition whereCause) |
u.OptionalByte |
MongoCollectionExecutor.queryForByte(java.lang.String propName,
org.bson.conversions.Bson filter) |
u.OptionalByte |
MongoCollectionMapper.queryForByte(java.lang.String propName,
org.bson.conversions.Bson filter) |
u.OptionalByte |
JdbcUtil.CrudDao.queryForByte(java.lang.String selectPropName,
Condition whereCause) |
u.OptionalByte |
SQLExecutor.Mapper.queryForByte(java.lang.String selectPropName,
Condition whereCause) |
u.OptionalByte |
CassandraExecutor.queryForByte(java.lang.String query,
java.lang.Object... parameters) |
u.OptionalByte |
CouchbaseExecutor.queryForByte(java.lang.String query,
java.lang.Object... parameters) |
u.OptionalByte |
SQLExecutor.queryForByte(java.lang.String sql,
java.lang.Object... parameters) |
<E extends java.lang.Exception> |
ByteList.reduce(Try.ByteBinaryOperator<E> accumulator)
This is equivalent to:
|
u.OptionalByte |
ByteMatrix.rightOf(int i,
int j) |
u.OptionalByte |
ByteMatrix.upOf(int i,
int j) |
Modifier and Type | Method and Description |
---|---|
<T> ContinuableFuture<u.OptionalByte> |
CassandraExecutor.asyncQueryForByte(java.lang.Class<T> targetClass,
java.lang.String propName,
Condition whereCause) |
ContinuableFuture<u.OptionalByte> |
CouchbaseExecutor.asyncQueryForByte(java.lang.String query,
java.lang.Object... parameters) |
<T> ContinuableFuture<u.OptionalByte> |
CassandraExecutor.asyncQueryForByte(java.lang.String query,
java.lang.Object... parameters) |
static Pair<java.lang.Byte,u.OptionalByte> |
Median.of(byte... a)
Returns a
Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even. |
static Pair<java.lang.Byte,u.OptionalByte> |
Median.of(byte[] a,
int fromIndex,
int toIndex)
Returns a
Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even. |
ContinuableFuture<u.OptionalByte> |
SQLExecutor.AsyncMapper.queryForByte(java.lang.String selectPropName,
Condition whereCause) |
ContinuableFuture<u.OptionalByte> |
AsyncSQLExecutor.queryForByte(java.lang.String sql,
java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
int |
u.OptionalByte.compareTo(u.OptionalByte optional) |
Modifier and Type | Method and Description |
---|---|
<E extends java.lang.Exception> |
u.OptionalByte.flatMap(Try.ByteFunction<u.OptionalByte,E> mapper) |
<E extends java.lang.Exception> |
u.OptionalByte.or(Try.Supplier<u.OptionalByte,E> supplier) |
Modifier and Type | Method and Description |
---|---|
abstract <E extends java.lang.Exception> |
ByteStream.findAny(Try.BytePredicate<E> predicate) |
abstract <E extends java.lang.Exception> |
ByteStream.findFirst(Try.BytePredicate<E> predicate) |
abstract <E extends java.lang.Exception,E2 extends java.lang.Exception> |
ByteStream.findFirstOrLast(Try.BytePredicate<E> predicateForFirst,
Try.BytePredicate<E> predicateForLast) |
abstract <E extends java.lang.Exception> |
ByteStream.findLast(Try.BytePredicate<E> predicate) |
abstract u.OptionalByte |
ByteStream.kthLargest(int k) |
abstract u.OptionalByte |
ByteStream.max() |
abstract u.OptionalByte |
ByteStream.min() |
abstract u.OptionalByte |
ByteStream.reduce(ByteBinaryOperator op) |