Giter VIP home page Giter VIP logo

kludje's Introduction

KludJe

Build Status

KludJe is a Java API that aims to exploit features introduced in Java 8 to reduce verbosity and enhance expressiveness.

Use it to:

  • Implement less verbose equals, hashCode, and toString in your classes
  • Avoid try/catch blocks in lambdas/method references with a generalized exception throwing/catching mechanism
  • Add this capability for any functional interface using the Kludje annotation processor
  • Avoid nested null checks in getter chains with a one-line call
  • Make any resource AutoCloseable

Documentation

See kludje.uk for binary downloads and usage information.

Build Environment

Build tools:

Versions used: lastbuild_info.txt

To build:

  gradle build

To build with test coverage reports:

  gradle clean build jacoco

License

Apache 2.0

Stability

Limited testing; breaking changes possible in future versions.

Release Notes

  • version 0.3: breaking API changes in nary package (consumer methods "apply" changed to "accept")
  • version 0.7: undocumented release code; do not use
  • version 0.8: breaking API changes: Meta.XGetter interfaces deprecated; will be removed in future release; recompile lambdas to fix
  • version 0.8: from 0.8 onwards master branch is last release

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.