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

javajava-8option-type

Read More
Understand rust Option as_mut method...

rustoption-type

Read More
How to asynchronously memoize a field of struct in an Option...

asynchronousrustoption-typeborrow-checker

Read More
How can I return boolean value using Optional.ifPresent...

javaspringoption-type

Read More
How do I set wrap a value into a `Maybe` when chaining functions?...

haskelloption-type

Read More
How can I declare options in a type-safe way, then access the values?...

typescriptoption-type

Read More
Wrap a partial pattern matching into a Maybe...

haskellpattern-matchingoption-type

Read More
How to use Java 8 Optionals, performing an action if all three are present?...

javajava-8option-type

Read More
I tried to get the index of an element from Core Data, but it shows an error even I force unwrapped ...

swiftcore-dataoption-typepredicate

Read More
How to check if an optional value is present and equal to another value...

javaoption-type

Read More
How to handle nullable lists using java 8?...

javajava-8java-streamoption-type

Read More
Return Optional.empty instead of Optional[null] in Optional.map...

javaoption-type

Read More
Convert Logic of Optional into a lambda...

javaspring-bootoption-type

Read More
Fetching value from nested optional elements in Java...

javaoption-type

Read More
How to convert Optional<List<Integer>> to Optional<ArrayList<Integer>>...

javalistarraylistoption-type

Read More
Scala: do something if get the value in getOrElse...

scalacollectionsoption-type

Read More
How to type None if it expects a function type as type argument?...

genericsrusttypesoption-type

Read More
Scala: What's the best way to filter and flatten Seq[Option[A]]...

scalacollectionsoption-type

Read More
Optional orElse Optional in Java...

javalambdajava-8option-typejava-9

Read More
Optional property class in typescript...

typescriptpropertiesoption-type

Read More
What are Some and None?...

rustoption-type

Read More
Why does pattern matching on &Option<T> yield something of type Some(&T)?...

rustreferenceoption-typematch-ergonomics

Read More
Is it possible to document that return value is not null with Java Optional?...

javaoption-typenon-nullable

Read More
extension for Optional Task...

swiftasync-awaitoption-type

Read More
How to do optional with an or conditions in Swift?...

swiftif-statementoption-type

Read More
typescript optional property with a getter...

typescriptoption-typegetterobject-literal

Read More
How to convert an Optional to an OptionalInt?...

javajava-8option-type

Read More
Java 8 Optional Null Check...

javajava-8option-type

Read More
Can this code be reduced using Java 8 Streams?...

javalambdajava-streamoption-type

Read More
Optional - Unhandled exception using orElseThrow()...

javaexceptionoption-type

Read More
BackNext