Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Description of the Code

This Java program demonstrates the Pipe and Filter design pattern, where a series of transformations (filters) are applied to a list of integers. The program uses a sequence of functions to process a list of numbers in a pipeline. The input list is filtered through multiple steps:

Keeping even numbers.

Squaring each number.

Keeping only numbers greater than 10.

Adding a new filter

filterDivisibleByThree: Added to the pipeline to only keep numbers divisible by 3.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages