public abstract class AbstractFetcher extends Object implements FlCardinality.FlFetcher
Fetchers.| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractFetcher.CombinableValues<T> |
FlCardinality.FlFetcher, FlCardinality.TemplateCardinality.Fetcher| Constructor and Description |
|---|
AbstractFetcher() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> AbstractFetcher.CombinableValues<T> |
newValues(int n,
DataSource<? extends T> g) |
abstract int |
nextLength()
The next number of elements that would have been fetched.
|
<T> FlValues<T> |
of(DataSource<T> generator)
Fetches elements from
generator. |
<T> FlValues<T> |
ofEach(DataSource<? extends T>... generators)
Fetches elements from each generator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasConsumerSource, fluentCardinality, toFetchernext, toGeneratorfluentData, generate, generate, getwrapgetValueTypetoGenerators, toGeneratorspublic abstract int nextLength()
Cardinality.FetchernextLength in interface Cardinality.Fetcherpublic <T> FlValues<T> of(DataSource<T> generator)
Cardinality.Fetchergenerator.of in interface Cardinality.Fetcherof in interface FlCardinality.FlFetcherpublic <T> FlValues<T> ofEach(DataSource<? extends T>... generators)
Cardinality.FetcherofEach in interface Cardinality.FetcherofEach in interface FlCardinality.FlFetcherprotected abstract <T> AbstractFetcher.CombinableValues<T> newValues(int n, DataSource<? extends T> g)
Copyright © 2019. All rights reserved.