| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.condition | |
| cn.crane4j.core.parser | |
| cn.crane4j.core.parser.operation |
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
AbstractConditionParser.AbstractCondition
A basic condition implementation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default Condition |
Condition.and(Condition other)
Returns a composed condition that represents a short-circuiting logical AND of this condition and another.
|
default Condition |
Condition.negate()
Returns a condition that represents the logical negation of this condition.
|
default Condition |
Condition.or(Condition other)
Returns a composed condition that represents a short-circuiting logical OR of this condition and another.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default Condition |
Condition.and(Condition other)
Returns a composed condition that represents a short-circuiting logical AND of this condition and another.
|
default Condition |
Condition.or(Condition other)
Returns a composed condition that represents a short-circuiting logical OR of this condition and another.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
ConditionalTypeHierarchyBeanOperationParser.bindConditionToOperation(Collection<Condition> conditions,
KeyTriggerOperation operation)
Bind condition to operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable Condition |
KeyTriggerOperation.getCondition()
Get operation predicate.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
KeyTriggerOperation.setCondition(Condition condition)
Set operation predicate.
|
Copyright © 2024. All rights reserved.