Result.IfThenElse的なメソッドを追加する · Issue #55 · LangExt/LangExt · GitHub
Skip to content

Result.IfThenElse的なメソッドを追加する #55

Description

@bleis-tift

名前は要検討。

  • Result.Cond(b, () => successValue, () => failureValue)
  • Result.IfElse(b, () => successValue, () => failureValue)
  • Result.IfThenElse(b, () => successValue, () => failureValue)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions