| Package | Description |
|---|---|
| berlin.yuna.wiserjunit.model.bdd |
| Modifier and Type | Field and Description |
|---|---|
protected Bdd.BddType |
Bdd.type |
| Modifier and Type | Method and Description |
|---|---|
static Bdd.BddType |
Bdd.BddType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bdd.BddType[] |
Bdd.BddType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <E> Bdd<E> |
BddCore.bdd(Bdd.BddType type,
E variable) |
protected static <E> Bdd<E> |
BddCore.bdd(Bdd.BddType type,
String message,
E variable) |
protected Bdd<T> |
Bdd.bddConsumer(Bdd.BddType type,
String message,
Iterable<UncheckedConsumer<T>> consumers) |
protected <F> Bdd<F> |
Bdd.bddFunction(Bdd.BddType type,
String message,
UncheckedFunction<T,F> function) |
protected static <F> Bdd<F> |
BddCore.bddSupplier(Bdd.BddType type,
String message,
UncheckedSupplier<F> function) |
protected <E> Bdd<E> |
Bdd.bddVariable(Bdd.BddType type,
String message,
E variable) |
| Constructor and Description |
|---|
Bdd(Bdd<?> parentTask,
Bdd.BddType type,
String message,
T input) |
Copyright © 2022. All rights reserved.