IMaybe
Namespace: Bogoware.Monads
Generic interface for Maybe<TValue>.
public interface IMaybeProperties
IsSome
public abstract bool IsSome { get; }Property Value
IsNone
public abstract bool IsNone { get; }Namespace: Bogoware.Monads
Generic interface for Maybe<TValue>.
public interface IMaybepublic abstract bool IsSome { get; }public abstract bool IsNone { get; }