transf<R extends Object> abstract method
Transforms the Monad's generic type from T
to R
.
Uses the transformer function noFutures
if provided, otherwise
attempts a direct cast.
Implementation
Monad transf<R extends Object>([@noFutures R Function(T e)? noFutures]);