1 namespace FxSharp.Extensions
3 public static class ObjectExtensions
5 public static T Identity<T>(
this T t)
10 public static T Constant<T>(
this T a, T b)
12 return Prelude.Const(a, b);
21 public static Maybe<T> As<T>(
this object value)
24 return (
value as T).ToMaybe();
Property</c ></item > *< item >< c > value