ignore property

RIO<R, Unit> ignore

Ignore both the success and failure values of this ZIO.

Implementation

RIO<R, Unit> get ignore => matchSync((e) => fpdart.unit, (a) => fpdart.unit);