type<P> abstract method

Maybe<P> type<P>()

Narrows the type to P if the value is present and has actually the type of P.

Implementation

Maybe<P> type<P>();