• Api Documentation
Search Results for

    Show / Hide Table of Contents
    • p1eXu5.Result
      • IResult
      • IResult<TOk, TFailure>
      • Result
      • Result<TOk, TError>
      • Result<TOk, TError>.Error
      • Result<TOk, TError>.Ok
    • p1eXu5.Result.Exceptions
      • ResultContextAccessException
    • p1eXu5.Result.Extensions
      • ResultExtensions
      • TaskExtensions
      • TaskResultExtensions
    • p1eXu5.Result.Serialization
      • ResultJsonConverterFactory

    Class Result

    Inheritance
    System.Object
    Result
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: p1eXu5.Result
    Assembly: p1eXu5.Result.dll
    Syntax
    public static class Result

    Methods

    | Improve this Doc View Source

    UnitErrorWith<TOk>()

    Declaration
    public static Result<TOk, ValueTuple> UnitErrorWith<TOk>()
    Returns
    Type Description
    Result<TOk, ValueTuple>
    Type Parameters
    Name Description
    TOk
    | Improve this Doc View Source

    UnitOkWith<TError>()

    Declaration
    public static Result<ValueTuple, TError> UnitOkWith<TError>()
    Returns
    Type Description
    Result<ValueTuple, TError>
    Type Parameters
    Name Description
    TError
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright © 2019 Oscar Vasquez
    Generated with DocFX
    ☀
    ☾