| Package | Description |
|---|---|
| de.flapdoodle.guava |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
Expectations.any(Collection<T> candidates,
com.google.common.base.Predicate<T> condition)
Deprecated.
|
static <T> com.google.common.base.Optional<T> |
Expectations.noneOrOne(Iterable<T> values)
Deprecated.
|
static <T> com.google.common.base.Optional<T> |
Expectations.noneOrOne(Iterator<T> iterator)
Deprecated.
|
static <A,B> com.google.common.collect.ImmutableList<Pair<A,B>> |
Transformations.zip(Iterable<A> a,
Iterable<B> b)
Deprecated.
|
static <A,B> com.google.common.collect.ImmutableList<Pair<A,B>> |
Transformations.zip(Iterator<A> a,
Iterator<B> b)
Deprecated.
|
Copyright © 2016. All rights reserved.