type<P> abstract method
Narrows the type to P if the value is present and has actually the type of P.
Implementation
Maybe<P> type<P>();
Narrows the type to P if the value is present and has actually the type of P.
Maybe<P> type<P>();