Giter Site home page Giter Site logo

ixjava's People

Contributors

akarnokd avatar bryant1410 avatar nfekete avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ixjava's Issues

Sync operators with RxJava/Rsc

IxJava is a bit behind some operators. This issue will collect these into a checklist:

  • concatMap
  • subscribe(Action1) - alternative to forEach due to name conflict in Java 8
  • subscribe(Observer) - to feed a regular Observer with the same naming pattern

Split a Collection into 2 lists and subscribe both?

My use case is as follow:

  • A collection of Box as source: boxes.

  • There are red boxes and blue boxes in source.

  • Once I "press the button" (start the stream), it will split the boxes into 2 lists by box's color, and I could subscribe to the value contain both of them.

My imagine is as follow (seudo):

Ix.from(source)
.split((predicate) -> predicate.apply(box) /* return true if box is red, false otherwise*/)
.subscribe((redBoxes, blueBoxes) -> { /* do something, maybe share them with friends */})

How can I archive this behaviour with your current implementation? If it is not possible now, any opinion on why and how?

P/S: I know about the "except" operator. But it ends up creating extra Collection which I want to avoid.

Thanks.

What?

Hello @akarnokd ,

I don't grok it (immediately)... what about a small code example on "page 1" (README.md)

Thanks and best regards from Switzerland,
Peti

[Security] Workflow gradle-wrapper-validation.yml is using vulnerable action gradle/wrapper-validation-action

The workflow gradle-wrapper-validation.yml is referencing action gradle/wrapper-validation-action using references v1. However this reference is missing the commit 89eda1fdc0167f59521d2bb10767f7169fb4d018 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

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.