Type p
in presentation to see notes.
Located in src/test/java/seglo
PredicateTests
PipeliningTests
Example app using file as a source.
main()
in src/main/java/seglo/App
- Names are case sensitive
- Input file has one name per line with no space padding
mvn package
java -cp target/java-8-fp-1.0-SNAPSHOT.jar seglo.App names.txt bob jane foo
mvn test