operator >> method

Maybe<U> operator >>(
  1. Maybe<T> arg
)

Implementation

Maybe<U> operator >>(Maybe<T> arg) => apply(arg);