GithubHelp home page GithubHelp logo

pyknic / mutable-stream Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 68 KB

A special implementation of the Java 8 Streams that can be modified until they are terminated.

License: Apache License 2.0

Java 100.00%
java java8 stream mutable builder builder-pattern

mutable-stream's Introduction

Mutable Stream

A special implementation of the Java 8 Streams that can be modified until they are terminated. This makes it possible to create dynamic stream implementations that can optimize the stream operations as they are created, for an example by reflecting the stream actions as parameters in a database query.

Streams can be created by wrapping a source-action in the MutableStream-class. A source action is similar to an iterator in that it has a hasNext- and a next-method, but it can also implement the append-method to make it possible to consume actions as they are appended to the stream.

License

This project is licensed under the Apache 2 license with the intention that it can be included in the Speedment project once it is stable enough.

mutable-stream's People

Contributors

pyknic avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.