asUnit property

ZIO<R, E, Unit> asUnit

Maps the success value of this ZIO to unit.

Implementation

ZIO<R, E, Unit> get asUnit => as(fpdart.unit);