Skip to content

Tags: JohannesMoersch/Functional

Tags

v2.15.0

Toggle v2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #130 from JohannesMoersch/ResultCollectionPartition

add `Partition` extension method for collections of `Result<TSuccess, TFailure>`

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #127 from JohannesMoersch/AddPartialResultsAndOptions

Add partial results and options

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #126 from JohannesMoersch/FullySupportNullable

Fully support nullable

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #125 from JohannesMoersch/DoOnFailure

add `DoOnNone` extension method to `Option<TValue>`; add `DoOnFailure` extension method to `Result<TSuccess, TFailure>`

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #123 from JohannesMoersch/AddNullableSupport

Add nullable support

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #120 from JohannesMoersch/ResultOfOptionApply

Result<Option<T>, TFailure>.Apply

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #119 from JohannesMoersch/WhereOnSome

WhereOnSome for Result<Option<TSuccess>, TFailure> types

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #116 from JohannesMoersch/OptionOfStringExtensions

Convenience extension methods for Option<string>

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #114 from JohannesMoersch/ApplyWithIndex

Add overloads of collection extension methods Apply and Do accepting index

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #111 from raukodraug/TraverseForEnumerableOption

Traverse for enumerable option