All Projects → robertvazan → Noexception

robertvazan / Noexception

Licence: apache-2.0
Java library for handling exceptions in concise, unified, and architecturally clean way.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Noexception

Functionalplus
Functional Programming Library for C++. Write concise and readable C++ code.
Stars: ✭ 1,286 (+2196.43%)
Mutual labels:  library, functional-programming
Exceptions4c
🐑 An exception handling framework for C
Stars: ✭ 189 (+237.5%)
Mutual labels:  library, exceptions
Lift
constexpr C++17 library for simplifying higher order functions in application code
Stars: ✭ 111 (+98.21%)
Mutual labels:  library, functional-programming
Test Each
🤖 Repeat tests. Repeat tests. Repeat tests.
Stars: ✭ 89 (+58.93%)
Mutual labels:  library, functional-programming
Fpo
FP library for JavaScript. Supports named-argument style methods.
Stars: ✭ 419 (+648.21%)
Mutual labels:  library, functional-programming
Riko
A Python stream processing engine modeled after Yahoo! Pipes
Stars: ✭ 1,571 (+2705.36%)
Mutual labels:  library, functional-programming
Kingly
Zero-cost state-machine library for robust, testable and portable user interfaces (most machines compile ~1-2KB)
Stars: ✭ 147 (+162.5%)
Mutual labels:  library, functional-programming
Meza
A Python toolkit for processing tabular data
Stars: ✭ 374 (+567.86%)
Mutual labels:  library, functional-programming
Yalinqo
Yet Another LINQ to Objects for PHP [Simplified BSD]
Stars: ✭ 400 (+614.29%)
Mutual labels:  library, functional-programming
Lager
C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++
Stars: ✭ 379 (+576.79%)
Mutual labels:  library, functional-programming
Fkit
A functional programming toolkit for JavaScript.
Stars: ✭ 588 (+950%)
Mutual labels:  library, functional-programming
Fasy
FP iterators that are both eager and asynchronous
Stars: ✭ 488 (+771.43%)
Mutual labels:  library, functional-programming
Redash
Tiny functional programming suite for JavaScript.
Stars: ✭ 40 (-28.57%)
Mutual labels:  library, functional-programming
Rambda
Faster and smaller alternative to Ramda
Stars: ✭ 1,066 (+1803.57%)
Mutual labels:  functional-programming
Imageviewer.swift
An easy to use Image Viewer that is inspired by Facebook
Stars: ✭ 1,071 (+1812.5%)
Mutual labels:  library
Bkmrkd
Bkmrkd is a self-hosted, lightweight bookmarking service run on node.js and rethinkdb
Stars: ✭ 52 (-7.14%)
Mutual labels:  functional-programming
Sheenbidi
A sophisticated implementation of Unicode Bidirectional Algorithm
Stars: ✭ 52 (-7.14%)
Mutual labels:  library
Jhc Components
JHC Haskell compiler split into reusable components
Stars: ✭ 55 (-1.79%)
Mutual labels:  functional-programming
Tsoption
Correct, easy to use Option type for TypeScript. 🦄
Stars: ✭ 53 (-5.36%)
Mutual labels:  functional-programming
Alchemlyb
the simple alchemistry library
Stars: ✭ 52 (-7.14%)
Mutual labels:  library

NoException

Maven Central Build Status Coverage Status Mentioned in Awesome Java 8

NoException is a Java library for handling exceptions in concise, unified, and architecturally clean way.

System.out.println(Exceptions.log().get(() -> "test".substring(5)).orElse("fallback"));
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].