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 LifecycleTagPredicate
s.构造器和说明 |
---|
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)
LifecycleFilterPredicate
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.accept
在类中 LifecycleFilterPredicate
public List<LifecycleFilterPredicate> getOperands()
Copyright © 2020. All rights reserved.