@Deprecated
public class CollectionMatcher
extends java.lang.Object
| Constructor and Description |
|---|
CollectionMatcher()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamCase |
whenFromStream()
Deprecated.
Create a builder that builds Pattern Matching Cases from Streams of data.
|
static <USER_VALUE> |
whenIterable()
Deprecated.
Create a builder for matching on the disaggregated elements of a collection.
|
public static final <USER_VALUE> IterableCase<USER_VALUE> whenIterable()
public static final StreamCase whenFromStream()