public class EmeticStreamExample extends Object
EmeticStream
Constructor and Description |
---|
EmeticStreamExample() |
Modifier and Type | Method and Description |
---|---|
void |
fileListEquivalence()
Demonstrates
Files.list(java.nio.file.Path) and subsequent stream operations, with;
Vanilla Stream API (admittedly overly exaggerated boiler-plating)
Exceptional with Stream API
EmeticStream
|
@Test public void fileListEquivalence()
Files.list(java.nio.file.Path)
and subsequent stream operations, with;
Copyright © 2016–2018 earcam. All rights reserved.