optional
There are 242 repositories under optional topic.
samber/mo
🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
tvaneerd/cpp17_in_TTs
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
kittinunf/Result
The modelling for success/failure of operations in Kotlin and KMM (Kotlin Multiplatform Mobile)
martinmoene/optional-lite
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
TeaEntityLab/fpGo
Monad, Functional Programming features for Golang
LoopPerfect/neither
Either and Maybe monads for better error-handling in C++ ↔️
markphelps/optional
Optional is a library of optional Go types
reljicd/spring-boot-blog
Simple blog web app made using Spring Boot + Thymeleaf
moznion/go-optional
A library that provides Go Generics friendly "optional" features.
vittorioromeo/scelta
(experimental) Syntactic sugar for variant and optional types.
Respawnsive/Apizr
Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority, etc...)
TeaEntityLab/fpRust
Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
bromne/typescript-optional
Optional (like Java) implementation in TypeScript
php-slang/php-slang
The place where PHP meets Functional Programming
jordan-bonecutter/goption
Optional values for Go
OpenAPITools/jackson-databind-nullable
JsonNullable wrapper class and Jackson module to support meaningful null values
Sedeniono/tiny-optional
Replacement for std::optional that does not waste memory unnecessarily
MaT1g3R/option
Rust like Option and Result types in Python
bitwizeshift/BackportCpp
Library of backported modern C++ types to work with C++11
Soft/iter
iter is a generic iterator library for Go
T-Pham/NoOptionalInterpolation
✍️ No "Optional(...)" in string interpolation + Easy pluralization
piomin/sample-java-new-features
Demo project illustrating new features of Java after the 8th version
devxoul/SafeCollection
Safe Collection for Swift
TeaEntityLab/fpEs
Functional Programming for EcmaScript(Javascript)
npathai/hamcrest-optional
Matchers for JDK 8 Optional
NUCLEAR-BOMB/option
Replacement for std::optional with efficient memory usage and additional features.
superfunc/maybe
An Exception-Free Optional Type for Nim
Southclaws/opt
A simple and ergonomic optional type for Go.
eminarican/safetypes
Rust like result and option implementation for golang
dmstocking/support-optional
Port Optional to java 6 as faithfully as possible while maintaining easy migration
peter-tackage/kotlin-options
Kotlin Options with functional operators
ba-st/Buoy
A complement to Pharo & GS64 adding useful extensions
zhaoyi2/audio_augment
A tool/script for batch speech data enhancement with speed/volume/RIRS/MUSAN
ciberst/pretty_print
pretty_print is a cross-platform library for a pretty print of various data.
Auties00/Optionless
Desugar optional calls for a null safe type system with no performance hits
martinmoene/optional-bare
optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-file header-only library