IMaybeOn this pageIMaybe Namespace: Bogoware.Monads Generic interface for Maybe<TValue>. public interface IMaybe Properties IsSome public abstract bool IsSome { get; } Property Value Boolean IsNone public abstract bool IsNone { get; } Property Value Boolean