Search code examples
Filter an optional sequence...


scaladatetimecollectionsfunctional-programmingoption-type

Read More
C++ equivalent of Rust's Result<T, E> type?...


c++boostoption-typec++17

Read More
Is there any built in way to map over a pair of Options (apply a function when both are Some)?...


rustoption-type

Read More
How can I "merge" two options, keeping one if only one exists?...


rustoption-type

Read More
In Standard ML, are datatype constructors considered values?...


option-typesmlevaluationtotality

Read More
Javascript: is the arguments array deprecated?...


javascriptargumentsoption-typeoptional-parameters

Read More
Why doesn't MonadMaybe exist?...


haskellfunctional-programmingoption-typemonadsmonad-transformers

Read More
Multiple Optionals, Pick Best?...


javaoption-type

Read More
Why does Array's contains(_:) method cause an error when comparing an optional value with a non-...


arraysswiftoption-type

Read More
OCaml Option get...


ocamloption-type

Read More
Django modelform NOT required field...


djangodjango-formsoption-typedjango-models

Read More
Why does Swift's ternary operator require whitespace around it?...


swiftoperatorswhitespaceoption-typeconditional-operator

Read More
Iterating over std::optional...


c++option-typestdoptional

Read More
What does the `-?` (dash question) and `-readonly` (dash readonly) syntax mean in TypeScript?...


typescriptsyntaxoption-typeaccess-modifiers

Read More
Should Java 8 getters return optional type?...


javajava-8nullableoption-type

Read More
Why does the Rust compiler give an error about possibly uninitialized variable in my conditional log...


variablesrustcompiler-errorsinitializationoption-type

Read More
std::optional - construct empty with curly brackets {} or std::nullopt?...


c++c++17option-type

Read More
How do you unwrap Swift optionals?...


swiftoption-type

Read More
Optional ifPresent otherwise call another function...


javaoption-type

Read More
How can I use &&& with a -> Maybe a...


haskelloption-typearrow-abstraction

Read More
Default optional parameter in Swift function...


swiftfunctionoption-type

Read More
How to sum two Single<Optional<>> values in RxJava...


javajava-streamrx-javaoption-typejava-11

Read More
What's the advantage of `std::optional` over `std::shared_ptr` and `std::unique_ptr`?...


c++option-typec++17stdoptional

Read More
Nothing generated by running a monad transformers stack is not == Nothing?...


haskelloption-typemonad-transformers

Read More
Swift Protocol Optional conformance via Non-Optional...


swiftprotocolsoption-type

Read More
Best way to remove force unwrapping...


iosswiftoption-typeforced-unwrapping

Read More
Why optional is not giving warning or asking for force unwraping?...


swiftoption-typeforced-unwrapping

Read More
UIGraphicsGetImageFromCurrentImageContext() is giving me a chain reaction of forced unwrapped option...


swiftoption-typeforced-unwrapping

Read More
Execute multiple lines in orElseThrow...


javaspringspring-bootexceptionoption-type

Read More
Javascript - function with optional parameters as object?...


javascriptobjectparametersoption-type

Read More
BackNext