Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: Ensuring Fast Delivery for Expensive Products | Terminal Operations in the Stream API
Stream API
course content

Kursinnehåll

Stream API

Stream API

1. Fundamentals and Functional Capabilities of Stream API
4. Practical Applications of Stream API

book
Challenge: Ensuring Fast Delivery for Expensive Products

Uppgift

Swipe to start coding

In the store, there's a rule: if a product costs more than $1000, it must be delivered within 5 days. You need to check whether this rule is followed for all expensive products.

  1. Filter the list of products, keeping only those with a price greater than 1000 using filter() method.
  2. Check if all filtered products have a delivery time of 5 days or less using allMatch().

Lösning

java

solution

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 13
toggle bottom row

book
Challenge: Ensuring Fast Delivery for Expensive Products

Uppgift

Swipe to start coding

In the store, there's a rule: if a product costs more than $1000, it must be delivered within 5 days. You need to check whether this rule is followed for all expensive products.

  1. Filter the list of products, keeping only those with a price greater than 1000 using filter() method.
  2. Check if all filtered products have a delivery time of 5 days or less using allMatch().

Lösning

java

solution

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 13
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt