GeorgiosIoannouCoder / java8-lambdas-streams

Java 8’s Lambdas and Streams. λ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java’s Lambdas and Streams | Java on Steroids

Contributors Forks Stargazers Issues MIT License LinkedIn GitHub


Logo

In this assignment I worked with Java’s Lambdas and Streams as an alternative to traditional procedural programming. None of the required work uses a 𝐹𝑂𝑅, 𝑊𝐻𝐼𝐿𝐸, or 𝐷𝑂 …𝑊𝐻𝐼𝐿𝐸 loops; I only use functional programming reductions and intermediate operations. Conditional structures (IF, SWITCH, and Turnery operator) are OK.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Code
  4. Demo
  5. Contributing
  6. License
  7. Contact

About The Project

Logo

Requirements

You can find the requirements of this assignment here.

Back to top

Built With

Java IntelliJIDEA Git

Back to top

Getting Started

To get a local copy of this project up and running locally follow these simple example steps:

Prerequisites

NOTE: How to check if Git is installed and what is its version

  git -v
  1. Please make sure you have git installed

  2. Please make sure you have IntelliJ IDEA installed. You can download IntelliJ IDEA here.

NOTE: You can use whatever code editor that you want. This project was created and tested with IntelliJ IDEA.

SetUp

  1. Navigate to the directory where you want to clone/run/save the application

    cd your_selected_directory
  2. Clone this repository

    git clone https://github.com/GeorgiosIoannouCoder/java8-lambdas-streams.git
  3. Navigate to the java8-lambdas-streams git repository

    cd java8-lambdas-streams
  4. Open your file explorer

    start .
  5. Open IntelliJ IDEA.

  6. Click on open/import an existing in IntelliJ IDEA.

  7. Open the Ioannou_java8_lambdas_streams directory found inside thh java8-lambdas-streams directory from steps 3 and 4 inside IntelliJ IDEA.

  8. Run the application inside IntelliJ IDEA. The main function to run the application is in this file.

Back to top

Code

The main code file can be found here.

Back to top

Demo

17.01.2024_15.15.34_REC.mp4

Back to top

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Back to top

License

Distributed under the MIT License. See LICENSE for more information.

MIT License

Copyright (c) 2021 Georgios Ioannou

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back to top

Contact

Georgios Ioannou - @LinkedIn

Georgios Ioannou - @georgiosioannoucoder - Please contact me via the form in my portfolio.

Project Link: https://github.com/GeorgiosIoannouCoder/java8-lambdas-streams

Back to top

About

Java 8’s Lambdas and Streams. λ

License:MIT License


Languages

Language:Java 100.0%