Search code examples
Why does Optional not provide a peek method?...


javalambdajava-8option-typejava-9

Read More
Would an Option or Optional type (Option<T>) make sense in TypeScript?...


typescriptfunctional-programmingpattern-matchingoption-type

Read More
Regex optional group...


regexoption-typeregex-group

Read More
Should Java 8 getters return optional type?...


javajava-8nullableoption-type

Read More
Null check vs Optional isPresent check...


javafunctional-programmingjava-8option-type

Read More
Passing nullable struct into view in SwiftUI...


swiftuiviewbindingoption-type

Read More
Is an Option type smaller than the wrapped type plus a boolean?...


structrustbooleanpaddingoption-type

Read More
How can I pull data out of an Option for independent use?...


rustenumspattern-matchingoption-type

Read More
Why is the getOrElse() function of arrow-kt returning Any?...


kotlinoption-typearrow-kt

Read More
std::optional - construct empty with curly brackets {} or std::nullopt?...


c++c++17option-type

Read More
Swift - Parse Multiple Optionals Json Answer...


jsonswiftparsingoption-type

Read More
`Option.defaultValue` not working properly in f# when raising exception...


exceptionf#option-type

Read More
With &mut self, why can't this method move and replace a field's value?...


rustoption-typemutability

Read More
Is Option<T> optimized to a single byte when T allows it?...


rustoption-type

Read More
How to downcast any List or any Option in rust...


rustvectoroption-typedowncastvec

Read More
Filter an optional sequence...


scaladatetimecollectionsfunctional-programmingoption-type

Read More
C++ equivalent of Rust's Result<T, E> type?...


c++boostoption-typec++17

Read More
Is there any built in way to map over a pair of Options (apply a function when both are Some)?...


rustoption-type

Read More
How can I "merge" two options, keeping one if only one exists?...


rustoption-type

Read More
In Standard ML, are datatype constructors considered values?...


option-typesmlevaluationtotality

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


javascriptargumentsoption-typeoptional-parameters

Read More
Why doesn't MonadMaybe exist?...


haskellfunctional-programmingoption-typemonadsmonad-transformers

Read More
Multiple Optionals, Pick Best?...


javaoption-type

Read More
Why does Array's contains(_:) method cause an error when comparing an optional value with a non-...


arraysswiftoption-type

Read More
OCaml Option get...


ocamloption-type

Read More
Django modelform NOT required field...


djangodjango-formsoption-typedjango-models

Read More
Why does Swift's ternary operator require whitespace around it?...


swiftoperatorswhitespaceoption-typeconditional-operator

Read More
Iterating over std::optional...


c++option-typestdoptional

Read More
What does the `-?` (dash question) and `-readonly` (dash readonly) syntax mean in TypeScript?...


typescriptsyntaxoption-typeaccess-modifiers

Read More
Why does the Rust compiler give an error about possibly uninitialized variable in my conditional log...


variablesrustcompiler-errorsinitializationoption-type

Read More
BackNext