| Package | Description |
|---|---|
| org.aoju.bus.shade.safety | |
| org.aoju.bus.shade.safety.complex |
| Modifier and Type | Method and Description |
|---|---|
static <E> AnyComplex<E> |
Builder.any()
创建多个子过滤器OR连接的混合过滤器
|
static <E> AnyComplex<E> |
Builder.any(Collection<? extends Complex<E>> filters)
创建多个子过滤器OR连接的混合过滤器
|
static <E> AnyComplex<E> |
Builder.or()
创建多个子过滤器OR连接的混合过滤器
|
static <E> AnyComplex<E> |
Builder.or(Collection<? extends Complex<E>> filters)
创建多个子过滤器OR连接的混合过滤器
|
| Modifier and Type | Method and Description |
|---|---|
AnyComplex<E> |
AnyComplex.mix(Complex<? extends E> filter) |
Copyright © 2021. All rights reserved.