| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.base | |
| cn.ponfee.commons.reflect |
| 限定符和类型 | 方法和说明 |
|---|---|
static Predicates |
Predicates.of(boolean state) |
static Predicates |
Predicates.of(Boolean state) |
static Predicates |
Predicates.of(char code) |
static Predicates |
Predicates.of(Character code) |
static Predicates |
Predicates.of(int value) |
static Predicates |
Predicates.of(Integer value) |
static Predicates |
Predicates.of(String code) |
static Predicates |
Predicates.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Predicates[] |
Predicates.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
Predicates.equals(Predicates other) |
static boolean |
Predicates.no(Predicates other) |
static boolean |
Predicates.yes(Predicates other) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Tuple2<Class<?>,Predicates> |
ClassUtils.obtainClass(Object obj) |
Copyright © 2023. All rights reserved.