LanguageExt.Core

LanguageExt.Core Traits Predicate

Contents

interface Pred <in A> Source #

Predicate trait

Parameters

type A

Type of value to run the predication operation against

Methods

method bool True (A value) Source #

The predicate operation. Returns true if the source value fits the predicate.

Parameters

param value
returns