T - value type@FunctionalInterface public interface DataSource<T> extends Stringify
| Modifier and Type | Method and Description |
|---|---|
default FlDataSource<T> |
fluentData()
Provides access to the fluent data source interface.
|
Generator<T> |
toGenerator()
Returns a generator for this data.
|
static <T> Generator<T>[] |
toGenerators(DataSource<T>... sources)
Converts an array of data sources into generators by calling
toGenerator() on each. |
static <T> Generator<T>[] |
toGenerators(DataSource<T> first,
DataSource<T>... more)
Converts data sources into generators by calling
toGenerator() on each. |
Generator<T> toGenerator()
default FlDataSource<T> fluentData()
@SafeVarargs static <T> Generator<T>[] toGenerators(DataSource<T>... sources)
toGenerator() on each.T - sources - @SafeVarargs static <T> Generator<T>[] toGenerators(DataSource<T> first, DataSource<T>... more)
toGenerator() on each.T - first - more - Copyright © 2019. All rights reserved.