Search code examples
How does Optional.map() exactly works?...


javaoption-type

Read More
Check for non-optional values for nil in Swift...


objective-cswiftnulloption-typenullable

Read More
Scala: Something like Option (Some, None) but with three states: Some, None, Unknown...


scalaoption-typenullablescala-option

Read More
Interview question - How to use Optional.of() or Stream.of() to reduce code...


javalambdajava-streamoption-type

Read More
Create Nothing from falsey values using Returns library...


pythonoption-type

Read More
How to get rid of NullPointerException in a method using Streams API and Optional?...


javanullpointerexceptionjava-streamoption-type

Read More
flutter mix optional and named arguments in a function...


flutterfunctionargumentsoption-typenamed

Read More
Optional in Lombok...


javaoption-typelombok

Read More
Guava - Collect values extracted from two Optionals into an ImmutableSet...


javasetoption-typeguavaimmutable-collections

Read More
How to chain Optional ifPresent calls?...


javaoption-type

Read More
Why can undefined be implicitly returned without an error?...


typescriptoption-type

Read More
Is there a way to conditionally validate with class-validator?...


validationconditional-statementsnestjsoption-typeclass-validator

Read More
Java Method Chaining Optionally based on arguments...


javaoption-typemethod-chainingnotnull

Read More
Comparator for Optional<T> with key extractor, like java.util.Comparator.comparing...


javalambdacollectionsoption-typecomparator

Read More
Optional orElse() cannot return alternative value when an Exception occurs...


javaspringspring-bootspring-data-jpaoption-type

Read More
Exctract the Stream from an Optional<Stream>...


javajava-streamoption-type

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


javascriptargumentsoption-typeoptional-parameters

Read More
Is there a way to return an optional value to the calling method from the ifPresent method?...


javalambdaoption-type

Read More
Java Optional - Sorting a Nullable List stored as a property of a Nullable object...


javalistnulloption-typenullable

Read More
Implementation a variation of `Optional.or()` method...


javaoption-typesupplier

Read More
How to use optional if it is present then call a method of this object, other wise return null...


javaoption-type

Read More
How do I compare the minimum values in the list?...


javaarraysjava-streamoption-type

Read More
How do I add different variables that are present in different classes using .map()/.filters()...


javalambdajava-streamoption-type

Read More
What is the effect of writing the value of the option when returning the closure?...


rustclosuresoption-type

Read More
How to properly declare a recursive interface with optional properties of a mapped type...


typescriptinterfaceoption-typerecursive-datastructuresmapped-types

Read More
Iterate over an optional list of integers ifPresent...


listlambdajava-8java-streamoption-type

Read More
Idiomatic way to do max for Option<number> in Rust...


rustoption-type

Read More
How to avoid using Optional.get and Optional.isPresent...


javajava-8refactoringoption-type

Read More
How to execute logic on Optional if not present?...


javajava-8option-type

Read More
Force parsing optional groups...


regexoption-typeregex-group

Read More
BackNext