public interface SkippableAction<V> extends Action<V>
Modifier and Type | Method and Description |
---|---|
boolean |
skipInPredicates()
Determines whether the execution of this action is to be skipped inside of predicate matchers.
|
Copyright © 2015. All rights reserved.