public class EmeticStreamTest extends Object
Constructor and Description |
---|
EmeticStreamTest() |
Modifier and Type | Method and Description |
---|---|
void |
allMatch() |
void |
anyMatch() |
void |
close() |
void |
collect() |
void |
collects() |
void |
filter() |
void |
flatMap() |
void |
flatMapToDouble() |
void |
flatMapToInt() |
void |
flatMapToLong() |
void |
forEach() |
void |
forEachOrdered() |
void |
givenUnderlyingAlreadyParallelThenReturnsSelf() |
void |
givenUnderlyingAlreadySequentialThenReturnsSelf() |
void |
isParallel() |
void |
iterator() |
void |
map() |
void |
mapToDouble() |
void |
mapToInt() |
void |
mapToLong() |
void |
max() |
void |
min() |
void |
noneMatch() |
void |
onClose() |
void |
peek() |
void |
reduce() |
void |
reduceWithIdentity() |
void |
sort() |
void |
spliterator() |
void |
streamFromASourceThatThrows() |
void |
toParallel() |
void |
toSequential() |
void |
unordered() |
@Test public void allMatch()
@Test public void anyMatch()
@Test public void noneMatch()
@Test public void collect()
@Test public void collects()
@Test public void filter()
@Test public void map()
@Test public void mapToInt()
@Test public void mapToLong()
@Test public void mapToDouble()
@Test public void max()
@Test public void min()
@Test public void reduce()
@Test public void reduceWithIdentity()
@Test public void sort()
@Test public void peek()
@Test public void toParallel()
@Test public void givenUnderlyingAlreadyParallelThenReturnsSelf()
@Test public void toSequential()
@Test public void givenUnderlyingAlreadySequentialThenReturnsSelf()
@Test public void forEach()
@Test public void forEachOrdered()
@Test public void flatMap()
@Test public void flatMapToInt()
@Test public void flatMapToLong()
@Test public void flatMapToDouble()
@Test public void unordered()
@Test public void iterator()
@Test public void spliterator()
@Test public void isParallel()
@Test public void onClose()
@Test public void close()
@Test public void streamFromASourceThatThrows()
Copyright © 2016–2018 earcam. All rights reserved.