| Package | Description |
|---|---|
| org.aoju.bus.forest | |
| org.aoju.bus.forest.complex |
| Modifier and Type | Method and Description |
|---|---|
static <E> AllComplex<E> |
Builder.all()
创建多个子过滤器AND连接的混合过滤器
|
static <E> AllComplex<E> |
Builder.all(Collection<? extends Complex<E>> filters)
创建多个子过滤器AND连接的混合过滤器
|
static <E> AllComplex<E> |
Builder.and()
创建多个子过滤器AND连接的混合过滤器
|
static <E> AllComplex<E> |
Builder.and(Collection<? extends Complex<E>> filters)
创建多个子过滤器AND连接的混合过滤器
|
| Modifier and Type | Method and Description |
|---|---|
AllComplex<E> |
AllComplex.mix(Complex<? extends E> filter) |
Copyright © 2019. All rights reserved.