Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AdoptOpenJDK/lambda-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adamjmarkham/lambda-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 20, 2013

  1. Completed exercise1/Shapes.java unit tests with lambdas

    Implemented lambdas to pass exercise1 unit tests
    adamjmarkham committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    182c786 View commit details
    Browse the repository at this point in the history
  2. Completed exercise2/VotingRules using stream

    Completed exercise2/VotingRules using stream with lambdas
    adamjmarkham committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    b2df0cf View commit details
    Browse the repository at this point in the history
  3. Completed exercise3/Books unit tests using map and lambdas

    Completed exercise3/Books unit tests using map and lambdas and distinct
    adamjmarkham committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    92035cd View commit details
    Browse the repository at this point in the history
  4. Completed exercise4/Documents unit tests with method references

    Completed exercise4/Documents unit tests with method references
    All unit tests completed
    adamjmarkham committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    8aa4c65 View commit details
    Browse the repository at this point in the history
  5. Used collectingAndThen to finish transformation of set to unmodifiabl…

    …eSet in ElectoralDistrict
    adamjmarkham committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    abb2e97 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2015

  1. Configuration menu
    Copy the full SHA
    7338c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4d984 View commit details
    Browse the repository at this point in the history
Loading