java-streams-api

Official

Java Streams for functional data processing.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Process collections using a functional, stream-based approach.

Core Features & Use Cases

  • Creating Streams: From collections and arrays.
  • Intermediate Ops: filter, map, flatMap, distinct.
  • Terminal Ops: collect, forEach, reduce.

Quick Start

Demonstrate a simple map and filter pipeline on a list of strings.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: java-streams-api
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#java-streams-api

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository