λLoop Logo

λLoop Documentation

A fluent API for creating loops in Java.

View on GitHub Download as .zip Download as .tar.gz

Tutorial

This tutorial will guide you through building a simple application using λLoop.

Step 1: Setting up your project

(Content for setting up a Maven/Gradle project and adding the λLoop dependency)

Step 2: Basic Numeric Loop

(Content for creating a basic numeric loop, e.g., summing numbers)

Step 3: Looping over Collections

(Content for looping over a List or array, perhaps filtering elements)

Step 4: Breaking out of a Loop

(Content for demonstrating Loop.brk() to find a specific element or condition)

Step 5: Advanced Scenarios

(Content for more advanced topics like negative steps in infinite loops, or map loops)


This is a placeholder for the tutorial content. It will be filled with detailed steps and code examples.