public abstract class LifecycleFilterPredicate extends Object implements Serializable
LifecycleFilter class.| Constructor and Description |
|---|
LifecycleFilterPredicate() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
Helper method that accepts an implemenation of
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor. |
public abstract void accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.lifecyclePredicateVisitor - the LifecyclePredicateVisitor.Copyright © 2020. All rights reserved.