Coder Social home page Coder Social logo

lambda-expressions's Introduction

#lambda-expressions Exploration of the JSR-335.

This project is the illustration of the following articles (in french):

Note: The master branch contains code that compiles with the last current version of the JDK 8 with Lambda Support.
Other branches compile with the version specified in the name of the branch. For example: "jdk8-lambda-b64"


Documentation

JSR-335
Project Lambda
State of the Lambda v4
Defender methods v4
State of the Lambda: Libraries Edition
Frequently Asked Questions


##Packages description (in order of the articles) Each package/subpackage as its own test class.
Comments are most likely to be present in test classes, where new things are introduced.

Part 1

  • org.isk.gettingstarted: Getting started with functional interfaces and lambda expressions
  • org.isk.generics: Using generics with lambda expressions
  • org.isk.currying: Lambda expressions and currying
  • org.isk.pipelining: In-lining lambda expressions definitions
  • org.isk.scope: Scope of variables used in lambda expressions
  • org.isk.mutables: Using mutables objetcs in lambda expressions

Part 2

  • org.isk.references: Method and Constructor references
  • org.isk.references.part1: Method reference of a static method and constructor reference
  • org.isk.references.part2: Method reference of an instance method of a particular object
  • org.isk.references.part3: Method reference of an instance method of an arbitrary object of a particular type
  • org.isk.defenders: Defenders method
  • org.isk.defenders.intro: Presentation of defenders method
  • org.isk.defenders.inheritance: Inheritance of defenders method
  • org.isk.defenders.override: Overriding defenders method

Part 3

  • org.isk.collections: Modification of the Collection API
  • org.isk.collections.sorting: New ways of sorting
  • org.isk.collections.stream: Using filter(), map(), reduce(), etc.

lambda-expressions's People

Contributors

yohanbeschi avatar

Watchers

James Cloos avatar Stephane TATCHUM 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.