Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in optional

Optional array vs. empty array in Swift

Is Java 8 missing an OptionalBoolean?

Is it safe to force unwrap variables that have been optionally accessed in the same line of code?

How to peek on an Optional?

java optional option-type

Regex optional capturing group?

Why is main window of type double optional?

ios swift optional uiwindow

Can an optional parameter be null in TypeScript?

Mockito error with method that returns Optional<T>

What's the most elegant way to combine optionals?

java java-8 optional

Is there a class like Optional but for non-optionals?

What is the idiomatic way to return an error from a function with no result if successful?

Assert that Optional has certain value

java unit-testing optional

Optional in Lombok

java optional lombok

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

rust optional option-type

Optional.ofNullable and method chaining

java java-8 optional

When should I compare an optional value to nil?

ios swift optional swift2

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

c++ c++17 optional option-type

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

Why non optional Any can hold nil?

swift optional

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

java java-8 optional