Giter Site home page Giter Site logo

linqalike's Introduction

Linq-A-Like

Linq for Java using Java-8 Delegates

linqalike's People

Contributors

groostav avatar navalorange avatar worldomonation avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

linqalike's Issues

Implement ComparingSet

Currently, there is no Set in Java that supports a custom equality comparator!

Furthermore, none of the existing classes can even be retrofitted-by-inheritence to support one.

I see only one option! Write your own HashSet !

But that's an awful option! So Do more Research first!

Add support for null in PVector, PSet

Currently a number of tests are ignoring immutable collections because of their use of null elements, which is unsupported by pcollections.

Those tests are:

  • IntersectionFixture.when_intersecting_two_sets_containing_different_typed_content
  • PairwiseFixture.when_calling_pairwise_on_a_singleton_list_of_null_it_should_get_two_empty_pairs
  • WhereQueryFixture.when_filtering_on_a_list_of_desperate_types_it_should_apply_the_condition_to_each

Once PCollections supports null elements (or is removed from the project), these tests should be updated to include their immutable counterparts, not just the mutable versions collections

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.