| Package | Description |
|---|---|
| org.aoju.bus.forest.complex |
| Modifier and Type | Class and Description |
|---|---|
class |
AllComplex<E>
ALL逻辑混合规则
只要有一个规则不满足就立刻返回,
如果没有规则的时候则认为所有规则都满足
|
class |
AnyComplex<E>
ANY逻辑混合规则,即任意一个规则满足时就满足,
当没有规则的时候,就是不满足
|
| Modifier and Type | Method and Description |
|---|---|
abstract MixComplex<E> |
MixComplex.mix(Complex<? extends E> filter) |
Copyright © 2019. All rights reserved.