Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Generics to go-linq #112

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    6232ae2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Add SelectG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    860409a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb014ff View commit details
    Browse the repository at this point in the history
  3. Add aggregate methods

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8db3799 View commit details
    Browse the repository at this point in the history
  4. Add concat methods

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    2abcc65 View commit details
    Browse the repository at this point in the history
  5. Add RepeatG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8f9ec6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd3fb5d View commit details
    Browse the repository at this point in the history
  7. Add FromMapG function

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    ad27354 View commit details
    Browse the repository at this point in the history
  8. Add FromStringG function

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    28ff320 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f62989 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63807a4 View commit details
    Browse the repository at this point in the history
  11. Add RangeG function

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b38b9c4 View commit details
    Browse the repository at this point in the history
  12. Add ToMapG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    bfe98ce View commit details
    Browse the repository at this point in the history
  13. Add AllG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    d6415a5 View commit details
    Browse the repository at this point in the history
  14. Add AnyG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    83846ff View commit details
    Browse the repository at this point in the history
  15. Add AnyWithG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    a78b1f6 View commit details
    Browse the repository at this point in the history
  16. Add ContainsG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    57cd3e1 View commit details
    Browse the repository at this point in the history
  17. Add AverageG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    98d1c47 View commit details
    Browse the repository at this point in the history
  18. Add CountG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    ee76d8b View commit details
    Browse the repository at this point in the history
  19. Add CountWithG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    4d55482 View commit details
    Browse the repository at this point in the history
  20. Add FirstG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8ded08d View commit details
    Browse the repository at this point in the history
  21. Add FirstWithG

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    7e4d200 View commit details
    Browse the repository at this point in the history
  22. Add ForEachG

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    f3eb232 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1cda6e9 View commit details
    Browse the repository at this point in the history
  24. Add LastG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    303de64 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    53ca402 View commit details
    Browse the repository at this point in the history
  26. Add LastWithG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    823d94d View commit details
    Browse the repository at this point in the history
  27. Add MaxG and MinG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    36c793a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    987d87a View commit details
    Browse the repository at this point in the history
  29. Add SingleWithG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    96d66ff View commit details
    Browse the repository at this point in the history
  30. Add ZipG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    c4739a8 View commit details
    Browse the repository at this point in the history
  31. Add WhereIndexdG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    9456e49 View commit details
    Browse the repository at this point in the history
  32. Add UnionG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    978efbc View commit details
    Browse the repository at this point in the history
  33. Add SumG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    7c765d9 View commit details
    Browse the repository at this point in the history
  34. Add ToChannelG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b23b0c1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    10256e3 View commit details
    Browse the repository at this point in the history
  36. Add IndexOfG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    949571d View commit details
    Browse the repository at this point in the history
  37. Add IntersectG method

    lonegunmanb committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    faa27c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    a9842bf View commit details
    Browse the repository at this point in the history
  2. Add SelectMany methods

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    5084caf View commit details
    Browse the repository at this point in the history
  3. Add SkipG methods

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    d9da2de View commit details
    Browse the repository at this point in the history
  4. Add SkipWhileG methods

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    73b4056 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87f11f9 View commit details
    Browse the repository at this point in the history
  6. Add TakeG methods

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    289fae2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e6e9cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    697df8b View commit details
    Browse the repository at this point in the history
  9. Add ExceptG methods

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    781bedf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2eeb113 View commit details
    Browse the repository at this point in the history
  11. Add GroupByG test

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    2f17257 View commit details
    Browse the repository at this point in the history
  12. Add JoinG test

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    cdc9651 View commit details
    Browse the repository at this point in the history
  13. Add ReverseG method

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    4943821 View commit details
    Browse the repository at this point in the history
  14. Add GroupJoinG method

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    5c2ecfb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    997cfb6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    28c4665 View commit details
    Browse the repository at this point in the history
  17. remove code in comment

    lonegunmanb committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    214febd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Remove unused Select function.

    Fix failed test in example_test file
    lonegunmanb committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e8bd199 View commit details
    Browse the repository at this point in the history