T - Captures return type after predicate is constructed and represents the stage of rule building.public interface OperationBasedPredicateBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
atLeast(int n)
Returns predicate based on minimal operation quantity.
|
T |
atMost(int n)
Returns predicate based on maximal operation quantity.
|
ElementBasedPredicateBuilder<T> |
byModelElements()
Specifies that predicate filters operations based on elements.
|
T |
exactly(int n)
Returns predicate based on exact operation quantity.
|
ElementBasedPredicateBuilder<T> |
onlyByModelElements()
Specifies that predicate filters operations based on elements.
|
T exactly(int n)
n - - Operation quantityT atLeast(int n)
n - - Operation quantityT atMost(int n)
n - - Operation quantityElementBasedPredicateBuilder<T> byModelElements()
ElementBasedPredicateBuilder<T> onlyByModelElements()
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.