optionals
There are 49 repositories under optionals topic.
JohnSundell/Require
Require optional values to be non-nil, or crash gracefully
robertmassaioli/ts-is-present
Solves the TypeScript filtering of undefined and null issue, amongst others: https://github.com/microsoft/TypeScript/issues/16069#issuecomment-565658443
kutyel/optics.js
🔭 Lenses, Prisms and Traversals in JavaScript!
Python-Optional/optional.py
An Implementation of the Optional Object for Python
balsikandar/keeping-up-with-kotlin
This is a guide of java 8 APIs, plugins, libraries to keep java up to date with latest language features for Android platform
infinitered/maybe
Access Elixir maps and structs, protected from `nil`
developerjaym/Connect5
A connect-n game coded in Java 10 with frequent use of streams and optionals
EmadBeyrami/SwiftOptionalOptimizer
A simple solution to decrease build time and more cleaner codebase
dgraham/option-type
An Option type for Flow, inspired by Rust.
treehouse-projects/java-optionals-tiny-pencil
This accompanies the pro Treehouse Workshop Optional Tips and Tricks
deavmi/niknaks
Helpful niknaks or "things" that you may grasp for now and then
fcanas/BindBackstop
(Binding<T?>, T) -> Binding<T>
kmcginnes/SpicyTaco.Maybe
NullReferenceExceptions are the root of all evil. Slay them for good with SpicyTaco.Maybe.
BarionLP/Ametrin.Optional
A simple C#/.NET library containing various option types
Duraiamuthan/TopiOSApps
It shows top iOS apps from app store. One can filter the list of apps using app name or category
pjgg/Go-Option
Option go lang implementation
rabestro/jetbrains-academy-flashcards
For foreign language learners, it’s hard to remember new words, which is exactly what flashcards are for. Typically, flashcards show a hint (a task or a picture) on one side and the right answer on the other. Flashcards can be used to remember any sort of data, so if you want to create something useful and enhance your programming skills, this project is just right.
flaviocr2012/javafunctional
Some advantages of functional programming are: free code debug, efficient parallel programming, supported nested functions, lazy evaluation and so on.
go-andiamo/gopt
Golang implementation of optionals
kimar/Burrito
🌯 Unwrapping your Swift optionals in a type-safe manner, backed by default values.
robtimus/try-parse
Provides functionality to parse to Optional and its primitive versions
vivekwpatil/JavaOptionalDemo
Java Optional example
jatinlanje/functional-programming
Functional Programming with Java Streams API
sonisuman/AdvanceSwift
Advance Swift
zleonov/maybe
A maybe type for Java
Agslz/java-advanced-course
Repositorio sobre Java avanzando en el cual se aplican los siguientes temas: Concurrencia, Streams y Expresiones Lambda, Concurrencia con Stream, Variables Atómicas, Patrón de diseño Builder, Optional, Filters, etc...
berna39/java-optionals
Java introduced a new class Optional in jdk8. It is a public final class and used to deal with NullPointerException in Java application. You must import java.util package to use this class. It provides methods which are used to check the presence of value for particular variable.
DTeakell/SwiftUI-100Days
Checkpoints from 100 Days of SwiftUI
edwarfmartinez/EggTimer
iOS app to prepare boiled eggs. It gives an alarm when the cooking time is over. Choose between soft, medium or hard.
Moc967/Lets828-EntregaTecnicasProgramacao
Repositório com o projeto modelo para resolução e entrega final do módulo de técnicas de programação da Let's Code.
nicobelo91/Tipsy-iOS13
The purpose of this project was to apply all the concepts learned in the BMI Calculator app in order to create my own tip calculator app. This is a project from Angela Yu's iOS 13 & Swift 5 course.
Pleiterson/collections-streams-java
Explicações e conceitos em Java do Bootcamp Back-end Developer Carrefour da Digital Innovation One. Neste caso o curso de Implementando Collections e Streams com Java, um dos 25 cursos do bootcamp.
syedumerahmedcode/java-functional-programming
The aim of this project is to show case the differences between Imperative and declarative approach of coding. Another focus is on different functions available in the Stream API as well as some pros and cons of some of these approaches.--
The-Java-Bootcamp/java-optional-tutorial-blog
Tired of battling NullPointerExceptions in your Java code? It's time to harness the power of Java's Optional class.
TjacksWebDev/Assignment-6-TeslaSalesApplication
This assignment will analyze sales data for the sales of Tesla vehicles between 2016 and 2019. The program will read the data from 3 different CSV files and store that information for analysis and reporting. It will then use Java Streams to output the following information onto the console for each model.