Package | Description |
---|---|
com.google.code.tempusfugit.concurrency | |
com.google.code.tempusfugit.condition | |
com.google.code.tempusfugit.temporal |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Exception> |
ExecuteUsingLock.execute(Callable<T,E> callable) |
Modifier and Type | Method and Description |
---|---|
static <T> SelfDescribingCondition |
Conditions.assertion(Callable<T,RuntimeException> actual,
org.hamcrest.Matcher<T> matcher) |
Constructor and Description |
---|
SelfDescribingMatcherCondition(Callable<T,RuntimeException> actual,
org.hamcrest.Matcher<T> matcher) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProbeFor<T>
A lazy evaluation probe for specific value.
|
Modifier and Type | Method and Description |
---|---|
static <T,E extends Exception> |
WaitFor.waitOrTimeout(Condition condition,
Callable<T,E> onTimeout,
Timeout timeout) |
Copyright © 2009–2016 tempus-fugit committers. All rights reserved.