public final class LifecycleAndOperator extends LifecycleFilterPredicate
LifecycleFilterPredicate.
The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.
The LifecycleAndOperator can contain at most one LifecyclePrefixPredicate and any number of LifecycleTagPredicates.| 构造器和说明 |
|---|
LifecycleAndOperator(List<LifecycleFilterPredicate> operands) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
Helper method that accepts an implemenation of
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor. |
List<LifecycleFilterPredicate> |
getOperands() |
public LifecycleAndOperator(List<LifecycleFilterPredicate> operands)
public void accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
LifecycleFilterPredicateLifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.accept 在类中 LifecycleFilterPredicatepublic List<LifecycleFilterPredicate> getOperands()
Copyright © 2022. All rights reserved.