Package edu.pdx.cs410J.java8
package edu.pdx.cs410J.java8
-
ClassDescriptionDemonstrates the use of parallel streams by printing the prime numbers that are less than a given integer.This program demonstrates how Lambdas in Java 8 greatly simplify using "functional interfaces" like
FileFilter
andFileNameFilter
.