| Package | Description |
|---|---|
| com.google.code.tempusfugit.concurrency | |
| com.google.code.tempusfugit.condition | |
| com.google.code.tempusfugit.temporal |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
CallableAdapter.condition(Callable<Boolean> callable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorShutdownCondition |
class |
MatcherCondition<T> |
class |
NotCondition |
class |
SelfDescribingMatcherCondition<T> |
class |
ThreadAliveCondition |
class |
ThreadStateCondition |
class |
ThreadWaitingCondition |
| Modifier and Type | Method and Description |
|---|---|
static <T> Condition |
Conditions.assertion(T actual,
org.hamcrest.Matcher<T> matcher)
Deprecated.
|
static Condition |
Conditions.is(Thread thread,
Thread.State state) |
static Condition |
Conditions.isAlive(Thread thread) |
static Condition |
Conditions.isWaiting(Thread thread) |
static Condition |
Conditions.not(Condition condition) |
static Condition |
Conditions.shutdown(ExecutorService service) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Conditions.assertThat(Condition condition,
org.hamcrest.Matcher<Boolean> booleanMatcher) |
static void |
Conditions.assertThat(String message,
Condition condition,
org.hamcrest.Matcher<Boolean> booleanMatcher) |
static Condition |
Conditions.not(Condition condition) |
| Constructor and Description |
|---|
NotCondition(Condition condition) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelfDescribingCondition |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
WaitFor.waitOrTimeout(Condition condition,
Callable<T,E> onTimeout,
Timeout timeout) |
static void |
WaitFor.waitOrTimeout(Condition condition,
Timeout timeout) |
static void |
WaitFor.waitOrTimeout(Condition condition,
Timeout timeout,
Sleeper sleeper) |
Copyright © 2009–2017 tempus-fugit committers. All rights reserved.