public interface FlValues<T> extends Values<T>, FlSequence<T>
LAMBDA_SEED_HINTL_NEGATIVE_INDICES, L_UNBOUNDED, NEGATIVE_INDICES, UNBOUNDED| Modifier and Type | Method and Description |
|---|---|
default FlValues<T> |
fluentData()
Provides access to the fluent data source interface.
|
default Stream<T> |
stream() |
FlValues<T> |
then(Collection<? extends T> moreValues) |
FlValues<T> |
then(DataSource<? extends T> moreValues) |
FlValues<T> |
then(Generator<Integer> n,
DataSource<? extends T> moreValues) |
FlValues<T> |
then(int n,
DataSource<? extends T> moreValues) |
FlValues<T> |
thenAll(DataSource<? extends T>... moreValues) |
toArray, toArray, toObjectArrayadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArrayparallelStream, removeIfalternateWith, first, getValueType, map, map, newGenerator, peek, random, random, random, random, randomSeedHint, repeat, shuffle, sorted, split, split, then, withaggregate, aggregate, alternateWith, distinct, few, filter, first, first, flatMap, many, map, mixWith, several, shuffle, snapshot, some, then, toGenerator, transform, withall, cached, fetch, one, three, transformSource, twosequence, sequence, sequence, sequence, valuetoGenerators, toGeneratorsisInRange, isUnbounded, length, min, negativeIndices, toLongFlValues<T> then(DataSource<? extends T> moreValues)
FlValues<T> then(int n, DataSource<? extends T> moreValues)
FlValues<T> then(Collection<? extends T> moreValues)
FlValues<T> thenAll(DataSource<? extends T>... moreValues)
default FlValues<T> fluentData()
DataSourcefluentData in interface DataSource<T>fluentData in interface FlSequence<T>fluentData in interface Sequence<T>fluentData in interface Template<T>fluentData in interface Values<T>default Stream<T> stream()
stream in interface Collection<T>stream in interface FlDataSource<T>stream in interface FlSequence<T>Copyright © 2019. All rights reserved.