| 程序包 | 说明 |
|---|---|
| cn.gongler.util.bytes.function |
| 限定符和类型 | 方法和说明 |
|---|---|
default BytePredicate |
BytePredicate.and(BytePredicate other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
default BytePredicate |
BytePredicate.negate()
Returns a predicate that represents the logical negation of this
predicate.
|
default BytePredicate |
BytePredicate.or(BytePredicate other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default BytePredicate |
BytePredicate.and(BytePredicate other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
default BytePredicate |
BytePredicate.or(BytePredicate other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
Copyright © 2022. All rights reserved.