LanguageExt.Core

LanguageExt.Core Monads Alternative Monads These Operators

Contents

class TheseExtensions Source #

Operators

operator + (K<These<X>, A> ma) Source #

Downcast operator

class TheseExtensions Source #

Operators

operator * (Func<A, B> f, K<These<X>, A> ma) Source #

Functor map operator

operator * (K<These<X>, A> ma, Func<A, B> f) Source #

Functor map operator

class TheseExtensions Source #

Operators

operator + (K<These<A>, B> lhs, K<These<A>, B> rhs) Source #

Semigroup combine operator: an associative binary operation.

Parameters

param lhs

Left-hand side operand

param rhs

Right-hand side operand

returns