- allHoldNoType(Object...) - Method in class com.aol.cyclops.matcher.builders.IterableCase
-
Each supplied value will be checked against an element from the iterable
Each supplied value could be a comparison value, JDK 8 Predicate, or Hamcrest Matcher
Note if there is more elements in the iterable than predicates (or matchers / prototype values etc), and all predicates hold this case will trigger
- allMatch(Matcher<V>...) - Method in class com.aol.cyclops.matcher.builders.IterableCase
-
Each supplied Hamcrest Matcher will be matched against elements in the matching iterable
Note if there is more elements in the iterable than matchers, and all predicates hold this case will trigger
- allMatchNoType(Matcher...) - Method in class com.aol.cyclops.matcher.builders.IterableCase
-
Each supplied Hamcrest Matcher will be matched against elements in the matching iterable
Note if there is more elements in the iterable than matchers, and all predicates hold this case will trigger
- allTrue(Predicate<V>...) - Method in class com.aol.cyclops.matcher.builders.IterableCase
-
All of the predicates hold
Each predicate will be matched in turn against a member of the iterable
Note if there is more elements in the iterable than predicates, and all predicates hold this case will trigger
- allTrueNoType(Predicate<? extends Object>...) - Method in class com.aol.cyclops.matcher.builders.IterableCase
-
Each predicate will be matched in turn against a member of the iterable
Note if there is more elements in the iterable than predicates, and all predicates hold this case will trigger
- allValues(V...) - Method in class com.aol.cyclops.matcher.builders.IterableCase
-
Check all supplied values against elements in the iterable in turn
Note if there is more elements in the iterable than values to match against and all values match this case will trigger
- apply(Object) - Method in class com.aol.cyclops.matcher.builders.CollectionMatchingInstance
-
- asStreamFunction() - Method in class com.aol.cyclops.matcher.builders.CollectionMatchingInstance
-
- asUnwrappedFunction() - Method in class com.aol.cyclops.matcher.builders.CollectionMatchingInstance
-