UniversalFunctorMaybe_FOn this pageMaybe_FSignature declare class Maybe_F<T> Constructors ConstructorModifiersDescription(constructor)($value)Constructs a new instance of the Maybe_F class Properties PropertyModifiersTypeDescription$valueT | null | undefinedisNothingreadonlybooleanmap<R>(fn: (value: T) => R) => Maybe_F<R>ofstatic<T_1>(x: T_1) => Maybe_F<T_1>