toUnit method

Monad<Unit> toUnit()

Implementation

Monad<Unit> toUnit() => map((_) => Unit());