public interface IterableMatcher<R,S,V> extends Matcher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IterableMatcher.Self<R,V,P> |
static interface |
IterableMatcher.Template<R,S,V,P> |
| Modifier and Type | Method and Description |
|---|---|
default R |
contains(V value) |
static <R> CriteriaCreator<R> |
creator() |
default R |
hasSize(int size) |
default R |
isEmpty() |
default R |
notEmpty() |
Copyright © 2020 The Immutables.org authors. All rights reserved.