public static interface Factory.FactoryGenerator<T> extends FlGenerator<T>
LAMBDA_SEED_HINT| Modifier and Type | Method and Description |
|---|---|
Factory.Include<T> |
asInclude() |
ValueGenerator<T> |
asValueGenerator() |
Factory.FactoryGenerator<T> |
set(Object... keyValues) |
<V> FactoriesSetup.ValueDeclaration<V,Factory.FactoryGenerator<T>> |
set(String key) |
default <V> FactoriesSetup.ValueDeclaration<V,Factory.FactoryGenerator<T>> |
set(Typed<V> token) |
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, toGeneratorsFactory.FactoryGenerator<T> set(Object... keyValues)
<V> FactoriesSetup.ValueDeclaration<V,Factory.FactoryGenerator<T>> set(String key)
default <V> FactoriesSetup.ValueDeclaration<V,Factory.FactoryGenerator<T>> set(Typed<V> token)
ValueGenerator<T> asValueGenerator()
Factory.Include<T> asInclude()
Copyright © 2019. All rights reserved.