optionals

There are 49 repositories under optionals topic.

  • JohnSundell/Require

    Require optional values to be non-nil, or crash gracefully

    Language:Swift41615017
  • robertmassaioli/ts-is-present

    Solves the TypeScript filtering of undefined and null issue, amongst others: https://github.com/microsoft/TypeScript/issues/16069#issuecomment-565658443

    Language:TypeScript65232
  • kutyel/optics.js

    🔭 Lenses, Prisms and Traversals in JavaScript!

    Language:JavaScript524101
  • Python-Optional/optional.py

    An Implementation of the Optional Object for Python

    Language:Python44363
  • 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

    Language:Java25301
  • infinitered/maybe

    Access Elixir maps and structs, protected from `nil`

    Language:Elixir251301
  • developerjaym/Connect5

    A connect-n game coded in Java 10 with frequent use of streams and optionals

    Language:Java5110
  • EmadBeyrami/SwiftOptionalOptimizer

    A simple solution to decrease build time and more cleaner codebase

    Language:Swift5200
  • dgraham/option-type

    An Option type for Flow, inspired by Rust.

    Language:JavaScript420
  • treehouse-projects/java-optionals-tiny-pencil

    This accompanies the pro Treehouse Workshop Optional Tips and Tricks

    Language:Java4807
  • niknaks

    deavmi/niknaks

    Helpful niknaks or "things" that you may grasp for now and then

    Language:D3230
  • fcanas/BindBackstop

    (Binding<T?>, T) -> Binding<T>

    Language:Swift320
  • kmcginnes/SpicyTaco.Maybe

    NullReferenceExceptions are the root of all evil. Slay them for good with SpicyTaco.Maybe.

    Language:C#3410
  • BarionLP/Ametrin.Optional

    A simple C#/.NET library containing various option types

    Language:C#20
  • Duraiamuthan/TopiOSApps

    It shows top iOS apps from app store. One can filter the list of apps using app name or category

    Language:Swift2200
  • pjgg/Go-Option

    Option go lang implementation

    Language:Go2202
  • 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.

    Language:Kotlin2330
  • flaviocr2012/javafunctional

    Some advantages of functional programming are: free code debug, efficient parallel programming, supported nested functions, lazy evaluation and so on.

    Language:Java1100
  • go-andiamo/gopt

    Golang implementation of optionals

    Language:Go1100
  • kimar/Burrito

    🌯 Unwrapping your Swift optionals in a type-safe manner, backed by default values.

    Language:Swift120
  • robtimus/try-parse

    Provides functionality to parse to Optional and its primitive versions

    Language:Java1301
  • vivekwpatil/JavaOptionalDemo

    Java Optional example

    Language:Java1100
  • jatinlanje/functional-programming

    Functional Programming with Java Streams API

    Language:Java0100
  • sonisuman/AdvanceSwift

    Advance Swift

    Language:Swift0200
  • zleonov/maybe

    A maybe type for Java

    Language:Java0100
  • 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...

    Language:Java10
  • 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.

    Language:Java10
  • 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.

    Language:Swift10
  • 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.

    Language:Java00
  • 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.

    Language:Swift10
  • 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.

    Language:Java101
  • 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.--

    Language:Java10
  • 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.

    Language:Java
  • 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.

    Language:Java10