public interface Factory<T> extends FlGenerator<T>, Typed<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Factory.FactoryGenerator<T> |
static interface |
Factory.Include<T> |
LAMBDA_SEED_HINT| Modifier and Type | Method and Description |
|---|---|
T |
create() |
default T |
create(Object... keyValues) |
Factory.FactoryGenerator<T> |
generate() |
default Factory.FactoryGenerator<T> |
generate(Object... keyValues) |
default T |
next()
Produces next value.
|
void |
reset() |
aggregate, aggregate, all, alternateWith, any, any, cached, distinct, fetch, few, filter, flatMap, fluentData, many, map, map, mixWith, next, next, next, one, peek, randomSeedHint, several, shuffle, shuffle, snapshot, some, split, split, stream, then, three, toGenerator, transform, two, withgetValueType, repeat, transformSourcetoGenerators, toGeneratorsT create()
Factory.FactoryGenerator<T> generate()
default Factory.FactoryGenerator<T> generate(Object... keyValues)
void reset()
Copyright © 2019. All rights reserved.