Skip to content

wapitia/java-stream-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-stream-extensions

Some extensions to the java stream functionality.

Directory Layout

.
├── /build/                               # Build scripts and IDE config files
│   ├── /ant/                             # Ant build script and properties files
│   └── /eclipse/                         # Eclipse IDE config files
├── /wapitia-common-module/               # Parent module
│   ├── /docs/                            # Documentation files for the project
│   └── /src/                             # The source code of the application
│       ├── /module/                      # Java module source
│       ├── /main/                        # Main runtime source tree
│       │   ├── /com/wapitia/collections  # Java package com.wapitia.collections
│       │   └── /com/wapitia/stream       # Java package com.wapitia.stream
│       └── /test/                        # JUnit test harness for the mains
└── top-level-files        

About

Enhancements to java stream functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published