EspressoOptional
public final class EspressoOptional<T>
This class is a reimplementation of com.google.common.base.Optional to maintain API compatibility with older versions of espresso.
| Parameters | |
|---|---|
<T> |
the type of instance that can be contained. |
| See also | |
|---|---|
Optional |
Summary
Public methods |
|
|---|---|
static EspressoOptional<T> |
<T> |
Set<T> |
|
boolean |
|
static EspressoOptional<T> |
<T> |
T |
|
int |
|
boolean |
|
static EspressoOptional<T> |
<T> |
T |
|
Optional<T> |
|
T |
|
T |
|
static Iterable<T> |
<T> |
String |
|
Optional<V> |