Search code examples
Binding with optional struct...


bindingviewmodeloption-type

Read More
findFirst on a Stream<Optional<T>>...


javajava-streamoption-type

Read More
Why is there no built-in way to get a pointer from an std::optional?...


c++option-typestdoptional

Read More
How do I check an if statement for a true/false value in bash?...


bashif-statementawkargumentsoption-type

Read More
How to convert between Options with Into?...


rustoption-type

Read More
How do I transpose a Future out of an Option?...


rustasync-awaitoption-typerust-futures

Read More
Is std::bad_optional_access a small crime against exceptions?...


c++exceptionstdoption-typehierarchy

Read More
What is the Maybe type and how does it work?...


haskelloption-type

Read More
Java: How to throw an exception in optional ifPresent using method reference or use a runnable in if...


javafunctionfunctional-programmingoption-type

Read More
Cats OptionT future not completing...


scalaoption-typeslickscala-catsscala-option

Read More
Canonical way to work on Option elements in Scala...


scalatagsoption-type

Read More
Obtain a Value mapped to the Key that matches the Predicate from a List of Map using Streams...


javahashmapjava-streamoption-type

Read More
Convert Option[String] to Option[Path]...


scalapathoption-type

Read More
Swift unwrap optional init inside convenience init...


swiftoption-typeinit

Read More
Java-Stream & Optional - Find a value that matches to a stream-element or provide a Default valu...


javaregexstringjava-streamoption-type

Read More
Why Optional.isEmpty() which checks for NULL is not called isNull()...


javanulloption-type

Read More
null to listOf(), not null to listOf(value) in Kotlin in one liner?...


kotlinnulloption-typekotlin-null-safety

Read More
How can I unit-test Exception thrown inside a Lambda?...


javaspringtestingjunitoption-type

Read More
Laravel `lt` and 'gt' validation rules only if target fields are present...


laravelvalidationeloquentoption-typerules

Read More
Why there is no optional(nil) but only nil?...


swiftnulloption-type

Read More
Is there standard Option or Nullable class in Java?...


javaclassoption-type

Read More
OCaml Option get...


ocamloption-type

Read More
Scala case class update value...


scalaoption-typecase-class

Read More
Asymmetry of (Some (x), None).min and max...


scalaoption-typescala-option

Read More
Convert a List of Options to an Option of List using Scalaz...


scalaoption-typescalazscala-option

Read More
'Optional.get()' without 'isPresent()' check...


javajava-8java-streamoption-type

Read More
Are Maybes a good pattern for scala?...


javascalanulloption-typescala-option

Read More
Why does Rust need the `if let` syntax?...


rustoption-type

Read More
How to implement Error::cause properly in Rust?...


rustreferenceoption-typetraits

Read More
What's the idiomatic way to handle multiple `Option<T>` in Rust?...


rustoption-typemonads

Read More
BackNext