Skip to content

T_CSharpx_EitherExtensions

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

EitherExtensions Class

Inheritance Hierarchy

System.Object
CSharpx.EitherExtensions
Namespace:CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

internalstaticclass EitherExtensions

VB

<ExtensionAttribute>FriendNotInheritableClassEitherExtensions

C++

[ExtensionAttribute] internal ref classEitherExtensions abstract sealed

F#

[<AbstractClassAttribute>][<SealedAttribute>][<ExtensionAttribute>]typeEitherExtensions=classend

The EitherExtensions type exposes the following members.

Methods

NameDescription
Public methodStatic memberBimap(TLeft, TRight, TLeft1, TRight1)
Public methodStatic memberBind(TLeft, TRight, TResult)
Public methodStatic memberIsLeft(TLeft, TRight)
Public methodStatic memberIsRight(TLeft, TRight)
Public methodStatic memberMap(TLeft, TRight, TResult)
Public methodStatic memberMatch(TLeft, TRight)
Public methodStatic memberToEither(TRight) Equivalent to monadic Return(TRight)(TRight) operation. Builds a Right(TLeft, TRight) value in case value by default.
Back to Top

See Also

Reference

CSharpx Namespace

Clone this wiki locally