New posts in optional

No instance(s) of type variable(s) U exist so that void conforms to U

What's the most elegant way to combine optionals?

Optional.ofNullable and method chaining

Assert that Optional has certain value

Make a function accepting an optional to accept a non-optional?

std::optional specialization for reference types

In Java 8, transform Optional<String> of an empty String in Optional.empty

How to determine if a generic is an optional in Swift?

std::optional - construct empty with {} or std::nullopt?

Swift optional inout parameters and nil

How do you decide whether to return Optional.empty() or Collections.emptyList()?

Why non optional Any can hold nil?

Is it a good practice to use Optional as an attribute in a class? [duplicate]

What is a clean way to convert a Result into an Option?

Avoid NoSuchElementException with Stream

Expression implicitly coerced from 'String?' to Any [duplicate]

Swift: How to use for-in loop with an optional?

Usage of where in if let assignment in Swift

How to remove all gesture recognizers from a UIView in Swift

Should I use Java8/Guava Optional for every method that may return null?