LanguageExt.Core

LanguageExt.Core Class Instances Pred Lst

Contents

struct AnySize Source #

Fields

Methods

method bool True (ListInfo value) Source #

struct CountRange <MIN, MAX> Source #

where MIN : struct, Const<int>
where MAX : struct, Const<int>

Fields

field CountRange<MIN, MAX> Is = default(CountRange<MIN, MAX>) Source #

Methods

method bool True (ListInfo value) Source #

struct MaxCount <MAX> Source #

where MAX : struct, Const<int>

Fields

field MaxCount<MAX> Is = default(MaxCount<MAX>) Source #

Methods

method bool True (ListInfo value) Source #

struct NonEmpty Source #

Lst must be non-empty

Methods

method bool True (ListInfo value) Source #

struct NonNullItems <A> Source #

Methods

method bool True (A value) Source #