LanguageExt.Core
LanguageExt.Core ► Monads ► Alternative Monads ► These ► Operators
Contents
class TheseExtensions Source #
Operators
operator + (K<These<X>, A> ma) Source #
Downcast operator
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 #
operator + (K<These<A>, B> lhs, K<These<A>, B> rhs) Source #
Semigroup combine operator: an associative binary operation.
Parameters
Left-hand side operand
Right-hand side operand