public interface ListSampler
| Modifier and Type | Method and Description |
|---|---|
<T> Stream<List<T>> |
createSamples(List<? extends T> input)
Returns a stream of samples from the given list.
|
<T> Stream<List<T>> createSamples(List<? extends T> input)
T - The type of the elements in the listinput - The input listNullPointerException - If the input is nullCopyright © 2018. All rights reserved.