Outcomes Covered

  • Make use of the Iterable.forEach() method
  • Be familiar with the following methods from the Stream interface: collect(), count(), distinct(), filter(), map(), max(), min(), limit(), skip(), and sorted(), toArray()

forEach() [12:29]

Stream Interface Methods [17:49]