LanguageExt.Core

LanguageExt.Core Monads Alternative Monads Option Option-Shared

Contents

interface IOptional Source #

class SomeContext <A, B> Source #

Methods

method B None (Func<B> noneHandler) Source #

The None branch of the matching operation

Parameters

param noneHandler

None branch operation

method B None (B noneValue) Source #

The None branch of the matching operation

Parameters

param noneHandler

None branch operation

class SomeUnitContext <A> Source #

Methods

method Unit None (Action f) Source #

The None branch of the matching operation

Parameters

param noneHandler

None branch operation