| Package | Description |
|---|---|
| org.cthul.fixsure.fetchers | |
| org.cthul.fixsure.fluents | |
| org.cthul.fixsure.values |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EagerFetcher.EagerCombinedValues<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> EagerValues<T> |
EagerFetcher.of(DataSource<T> generator) |
<T> EagerValues<T> |
EagerFetcher.ofEach(DataSource<? extends T>... generators) |
| Modifier and Type | Method and Description |
|---|---|
default EagerValues<T> |
FlGenerator.all() |
default EagerValues<T> |
FlDataSource.all() |
default EagerValues<T> |
FlTemplate.few() |
default EagerValues<T> |
FlGenerator.few() |
EagerValues<T> |
FlDataSource.few() |
default EagerValues<T> |
FlTemplate.many() |
default EagerValues<T> |
FlGenerator.many() |
EagerValues<T> |
FlDataSource.many() |
default EagerValues<T> |
FlGenerator.next(DataSource<Integer> length) |
default EagerValues<T> |
FlGenerator.next(int length) |
default EagerValues<T> |
FlGenerator.one() |
default EagerValues<T> |
FlDataSource.one() |
default EagerValues<T> |
FlTemplate.several() |
default EagerValues<T> |
FlGenerator.several() |
EagerValues<T> |
FlDataSource.several() |
default EagerValues<T> |
FlTemplate.some() |
default EagerValues<T> |
FlGenerator.some() |
EagerValues<T> |
FlDataSource.some() |
default EagerValues<T> |
FlGenerator.three() |
default EagerValues<T> |
FlDataSource.three() |
default EagerValues<T> |
FlGenerator.two() |
default EagerValues<T> |
FlDataSource.two() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EagerValues<T> |
EagerValues.all(DataSource<T> values)
Fetches elements from
values,
until it throws a GeneratorException. |
static <T> EagerValues<T> |
EagerValues.first(Generator<Integer> n,
DataSource<T> values)
Fetches the next
n elements from values. |
static <T> EagerValues<T> |
EagerValues.first(int n,
DataSource<T> values)
Fetches the next
n elements from values. |
static <T> EagerValues<T> |
EagerValues.firstOf(DataSource<T> values)
Fetches the next element from
values. |
static <T> EagerValues<T> |
EagerValues.next(Generator<Integer> n,
DataSource<T> values)
Fetches the next
n elements from values. |
static <T> EagerValues<T> |
EagerValues.next(int n,
DataSource<T> values)
Fetches the next
n elements from values. |
EagerValues<T> |
EagerValues.then(int n,
DataSource<? extends T> moreValues) |
Copyright © 2019. All rights reserved.