| Interface | Description |
|---|---|
| CollectionStep<T,X> | |
| ExtractionStep<T,R,X> |
| Class | Description |
|---|---|
| CollectionMatchingInstance<T,X> | |
| InCaseOfManyStep2<V> | |
| InMatchOfManyStep2<R,V,T,X> | |
| IterableCase<X> |
Case builder for handling iterables
Predicates match against each element in the Iterable
Extractor can be used to select iterable elements
Use Extractors.same to pass the iterable itself
|
| StreamCase |
Case Builder for building Cases from Stream data
|