Search code examples
How do you unwrap Swift optionals?...


swiftoption-type

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


c++boostoption-typec++17

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
std::optional - construct empty with curly brackets {} or std::nullopt?...


c++c++17option-type

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
Use Optional instead of null check...


javanulloption-type

Read More
Use Optional instead of a null check...


javanulloption-type

Read More
Either and inner Maybe error handling...


haskellerror-handlingoption-typemonadseither

Read More
Logical OR of multiple Optional instances?...


javajava-streamoption-type

Read More
Compact way to conditionally create a present or empty Optional...


javajava-8option-type

Read More
Have multiple optional parameters in Java...


javamethodsparametersoptional-parametersoption-type

Read More
How to abstract method call in lambda expression?...


javalambdaoption-typeabstract

Read More
Iterating over std::optional...


c++option-typestdoptional

Read More
Swift: guard let vs if let...


swiftswift2option-typeconventionscontrol-flow

Read More
Why should Java 8's Optional not be used in arguments...


javajava-8option-type

Read More
Java 8 optional: ifPresent return object orElseThrow exception...


javalambdaoption-type

Read More
How do I use the "Maybe" data type in a math expression in Haskell?...


haskelloption-type

Read More
What's the best borrowing accessor pattern for Optional<String>?...


stringrustoption-typeborrow-checkeraccessor

Read More
Java 9 ifPresentOrElse returning value...


javalambdaoption-typejava-9

Read More
SwiftUI struct property of optional protocol requirement is not accessible...


swiftxcodeswiftuioption-type

Read More
BackNext