Restricted Cont
Functions
flat Map
Link copied to clipboard
open fun <B> flatMap(f: (A) -> RestrictedCont<R, B>): RestrictedCont<R, B>
Content copied to clipboard
handle Error
Link copied to clipboard
handle Error With
Link copied to clipboard
open fun <R2> handleErrorWith(f: (R) -> RestrictedCont<R2, A>): RestrictedCont<R2, A>
Content copied to clipboard
redeem With
Link copied to clipboard
open fun <R2, B> redeemWith(f: (R) -> RestrictedCont<R2, B>, g: (A) -> RestrictedCont<R2, B>): RestrictedCont<R2, B>
Content copied to clipboard
to Validated
Link copied to clipboard
Sources
common source
Link copied to clipboard